diff --git a/src/Boleto/Render/PdfCaixa.php b/src/Boleto/Render/PdfCaixa.php index 2c046cc6..50471e8a 100644 --- a/src/Boleto/Render/PdfCaixa.php +++ b/src/Boleto/Render/PdfCaixa.php @@ -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');