formatos-febraban 0.3.36 → 0.3.37
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_e.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: d542de846e5ab199af4ea35cf3cfbc2fba06bcb2
|
|
4
|
+
data.tar.gz: 78a642b03a420dc20e4577f6f3f8c981ebb75bad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 802e1c9121c4b0f9bc991ba9cfbee0bf99976a9856195617fd6f2a9af1486321edf3e57f015d78e965097f968aa0cb102c96daee768a6162411d55392b665bf5
|
|
7
|
+
data.tar.gz: ac7c49cdbbfd60987abcc37dc6e5062a76606866cfdbf9201c8ca64a1b0c513bb0f45cbe864d7ac053b893c55733f1e6ae88091ceeb7bcce937abd298bfdefb5
|
|
@@ -39,7 +39,7 @@ class Febraban150E < FormatSection
|
|
|
39
39
|
0 => Position.new(1, 1, false, 'E', true), # Código do Registro
|
|
40
40
|
1 => Position.new(2, 25, false), # Identificação do Cliente Empresa
|
|
41
41
|
2 => Position.new(3, 4, false), # Agência para Débito
|
|
42
|
-
3 => Position.new(4, 14,
|
|
42
|
+
3 => Position.new(4, 14, true), # Identificação Cliente Banco
|
|
43
43
|
4 => Position.new(5, 8, true), # Data do Vencimento
|
|
44
44
|
5 => Position.new(6, 15, true), # Valor do Débito
|
|
45
45
|
6 => Position.new(7, 2, false), # Código da Moeda (01-UFIR, 03-REAL)
|