formatos-febraban 0.2.9 → 0.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/formatos/febraban/version.rb +1 -1
- data/lib/formatos/febraban150/febraban_150.rb +1 -4
- 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: dbd06b5743ae65dcd454b92c1cd72bfab21a0a61
|
|
4
|
+
data.tar.gz: a1c7e4d0ee97e04e51e985bb6d55864d7b4bdd9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52777d527c0498e1c7b012c3b262f499c7620905f3aa02e84babcde80625cc67c2361b8e2e773ad8b09133709d7996b59fdcc48bfae59591772567f132b645c5
|
|
7
|
+
data.tar.gz: 8e010fbf1190577095d9b39d7fd478a5c4959859c8782209e7f31fabb3a4473832ce5777c808fc67f1412b932c9e8d5c6faf5d3a51cfc6ffb9ad0b4485350e46
|
|
@@ -261,10 +261,7 @@ class Febraban150
|
|
|
261
261
|
if self.get_trailler.nil?
|
|
262
262
|
if self.get_section("E").length > 0
|
|
263
263
|
section = self.get_new_section("Z")
|
|
264
|
-
|
|
265
|
-
section.set_total_registros 0
|
|
266
|
-
section.set_valor_total 0
|
|
267
|
-
section.set_reservado ""
|
|
264
|
+
section.set_reservado ""
|
|
268
265
|
|
|
269
266
|
self.add_section_from_business section
|
|
270
267
|
self.update_trailler
|