formatos-febraban 0.3.34 → 0.3.35
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/formatos/febraban/version.rb +1 -1
- data/lib/formatos/febraban150/febraban_150.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df97542969f2e9c4f5e5e6491463f0ba0d7c5f65
|
4
|
+
data.tar.gz: 7aa6ebf8fe438849a3bd603293f2018f44ecee49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 381293fb83e72f1f9a3271b8a4cf4d30a4ad918e8d524bd032a283b3f2cf217a26d1216f0c53578ad4bc1f9ac036ae5c718627f4bb0b0ee4f123bf47fa618b57
|
7
|
+
data.tar.gz: 65cfbf0ba31c7d87805ab9621acfd38a18c693c314a3267cdff443a9441af5522db286a14de08d9a9f624f29068c523275b2ffb41ec15567b63bc616ca67f4cd
|
@@ -307,7 +307,7 @@ class Febraban150
|
|
307
307
|
|
308
308
|
if self.get_section("E").length > 0
|
309
309
|
section = self.get_trailler
|
310
|
-
section.set_total_registros self.
|
310
|
+
section.set_total_registros self.sections.length
|
311
311
|
section.set_valor_total self.calculate_valor_total
|
312
312
|
else
|
313
313
|
raise "Nenhum valor declarado (Seções E)!"
|