Skip to content

Commit bf20871

Browse files
correção desconto
1 parent 6ae42ef commit bf20871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cnab/Remessa/Cnab240/Arquivo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public function insertDetalhe(array $boleto, $tipo = 'remessa')
258258
} else {
259259
$detalhe->segmento_p->codigo_desconto_1 = 0; // sem desconto
260260
$detalhe->segmento_p->data_desconto_1 = 0;
261-
$detalhe->segmento_p->valor_desconto_1 = 9;
261+
$detalhe->segmento_p->valor_desconto_1 = 0;
262262
}
263263
$detalhe->segmento_p->valor_abatimento = 0;
264264
$detalhe->segmento_p->uso_empresa = $boleto['numero_documento'];

0 commit comments

Comments
 (0)