Skip to content

Commit ae737a7

Browse files
committed
caixa endereco com baixco issue #656
1 parent 9dfdc82 commit ae737a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Boleto/Render/PdfCaixa.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ protected function Topo($i)
252252
$this->Cell(30, $this->cell, $this->_($this->boleto[$i]->getPagador()->getCep()), 'R',1);
253253

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

0 commit comments

Comments
 (0)