Skip to content

Commit

Permalink
Merge 3cc7a9b into 9952ac9
Browse files Browse the repository at this point in the history
  • Loading branch information
felipepaloschi committed Jun 28, 2018
2 parents 9952ac9 + 3cc7a9b commit 9bb0ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br_cnab/models/account_bank_statement_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _parse_cnab(self, data_file, raise_error=False):
valor_total = Decimal('0.0')
for lote in arquivo.lotes:
for evento in lote.eventos:
valor = evento.valor_lancamento
valor = evento.titulo_pago
# Apenas liquidação (Sicoob:6)
# Liquidação Banco do Brasil (6, 17)
# Liquidação Bradesco (6, 177)
Expand Down

0 comments on commit 9bb0ce0

Please sign in to comment.