Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
helderfarias committed Sep 14, 2020
1 parent 559afed commit 6e4fdf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions layout/bb/cnab240_extrato_conta_corrente.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ remessa:
picture: '9(16)V9(2)'
situacao_saldo_inicial:
pos: [169,169]
picture: '9(1)'
picture: 'X(1)'
posicao_saldo_inicial:
pos: [170,170]
picture: '9(1)'
picture: 'X(1)'
moeda_referenciada_extrato:
pos: [171,173]
picture: 'X(3)'
Expand Down
4 changes: 2 additions & 2 deletions test/bb_extrato_cc_conciliacao_cnab240_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ func TestRemessaBBExtratoContaCorrenteCnab240Cobranca(t *testing.T) {
lote.Header["nome_empresa"] = "NOME EMPRESA LOTE"
lote.Header["data_saldo_inicial"] = 00000000
lote.Header["valor_saldo_inicial"] = 000000000000000000
lote.Header["situacao_saldo_inicial"] = 0
lote.Header["posicao_saldo_inicial"] = 0
lote.Header["situacao_saldo_inicial"] = "0"
lote.Header["posicao_saldo_inicial"] = "0"
lote.Header["moeda_referenciada_extrato"] = "0"
lote.Header["numero_sequencia_extrato"] = 00000
remessa.InserirLote(lote)
Expand Down

0 comments on commit 6e4fdf8

Please sign in to comment.