Skip to content

Commit

Permalink
caixa endereco com baixco issue #656
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Jun 1, 2022
1 parent 9dfdc82 commit ae737a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Boleto/Render/PdfCaixa.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ protected function Topo($i)
$this->Cell(30, $this->cell, $this->_($this->boleto[$i]->getPagador()->getCep()), 'R',1);

$this->SetFont($this->PadraoFont, '', $this->fcel);
$this->Cell(170, $this->desc, $this->_($this->boleto[$i]->getPagador()->getEndereco()), 'BLR',1);
$this->Cell(170, $this->desc, $this->_(trim($this->boleto[$i]->getPagador()->getEndereco() . ' - ' . $this->boleto[$i]->getPagador()->getBairro()), ' -'), 'BLR', 1);
//setima linha
$this->SetFont($this->PadraoFont, '', $this->fdes);
$this->Cell(34, $this->desc, $this->_('Carteira'), 'LR');
Expand Down

0 comments on commit ae737a7

Please sign in to comment.