Skip to content

Commit

Permalink
correção desconto
Browse files Browse the repository at this point in the history
  • Loading branch information
andersondanilo committed Dec 19, 2016
1 parent 6ae42ef commit bf20871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cnab/Remessa/Cnab240/Arquivo.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public function insertDetalhe(array $boleto, $tipo = 'remessa')
} else {
$detalhe->segmento_p->codigo_desconto_1 = 0; // sem desconto
$detalhe->segmento_p->data_desconto_1 = 0;
$detalhe->segmento_p->valor_desconto_1 = 9;
$detalhe->segmento_p->valor_desconto_1 = 0;
}
$detalhe->segmento_p->valor_abatimento = 0;
$detalhe->segmento_p->uso_empresa = $boleto['numero_documento'];
Expand Down

0 comments on commit bf20871

Please sign in to comment.