Skip to content

Commit

Permalink
sicredi data retorno
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Sep 22, 2017
1 parent a9adfcc commit 9ad5ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cnab/Retorno/Cnab400/Banco/Sicredi.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ protected function processarDetalhe(array $detalhe)
->setValorRecebido(Util::nFloat($this->rem(254, 266, $detalhe)/100, 2, false))
->setValorMora(Util::nFloat($this->rem(267, 279, $detalhe)/100, 2, false))
->setValorMulta(Util::nFloat($this->rem(280, 292, $detalhe)/100, 2, false))
->setDataCredito(Util::nFloat($this->rem(329, 336, $detalhe)/100, 2, false));
->setDataCredito($this->rem(329, 336, $detalhe), 'Ymd');

$this->totais['valor_recebido'] += $d->getValorRecebido();

Expand Down

0 comments on commit 9ad5ec4

Please sign in to comment.