Skip to content

Commit

Permalink
ajuste codigo cliente daycoval
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Oct 11, 2024
1 parent ac1e5fc commit 82ba593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cnab/Remessa/Cnab400/Banco/Daycoval.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected function header()
$this->add(3, 9, 'REMESSA');
$this->add(10, 11, '01');
$this->add(12, 26, Util::formatCnab('X', 'COBRANCA', 15));
$this->add(27, 42, Util::formatCnab('X', $this->getCodigoCliente(), 20));
$this->add(27, 46, Util::formatCnab('X', $this->getCodigoCliente(), 20));
$this->add(47, 76, Util::formatCnab('X', $this->getBeneficiario()->getNome(), 30));
$this->add(77, 79, $this->getCodigoBanco());
$this->add(80, 94, Util::formatCnab('X', 'BANCO DAYCOVAL', 15));
Expand Down

0 comments on commit 82ba593

Please sign in to comment.