Skip to content

Commit a0aae41

Browse files
committed
Merge branch 'develop'
2 parents 94a4770 + f6b280b commit a0aae41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cnab/Remessa/Cnab240/Banco/Bancoob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public function segmentoR(BoletoContract $boleto)
240240
$this->add(43, 50, '00000000');
241241
$this->add(51, 65, '000000000000000');
242242
$this->add(66, 66, $boleto->getMulta() > 0 ? '2' : '0'); //0 = ISENTO | 1 = VALOR FIXO | 2 = PERCENTUAL
243-
$this->add(67, 74, $boleto->getMulta() > 0 ? $boleto->getDataVencimento()->copy()->addDay()->format('dmY') : '00000000'); +
243+
$this->add(67, 74, $boleto->getMulta() > 0 ? $boleto->getDataVencimento()->copy()->addDay()->format('dmY') : '00000000');
244244
$this->add(75, 89, Util::formatCnab('9', $boleto->getMulta(), 15, 2)); //2,20 = 0000000000220
245245
$this->add(90, 199, '');
246246
$this->add(200, 207, '00000000');

0 commit comments

Comments
 (0)