Skip to content

Commit

Permalink
sacador avalista para beneficiario final
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Feb 22, 2024
1 parent 75f7a6a commit f91a93b
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file removed manuais/CRESOL/Informações para entregar ao TI.PNG
Binary file not shown.
Binary file not shown.
Binary file removed manuais/FIBRA/Manual_Técnico_Nosso_Boleto.pdf
Binary file not shown.
Binary file not shown.
Binary file removed manuais/PINE/cobrança banco pine.PDF
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Boleto/Render/Pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ protected function Bottom($i)
$this->Cell(38, $this->cell, $this->_(''), 'BR', 1);

$this->SetFont($this->PadraoFont, '', $this->fdes);
$this->Cell(20, $this->desc, $this->_('Sacador/Avalista'), 0);
$this->Cell(20, $this->desc, $this->_('Beneficiário Final'), 0);
$this->Cell(98, $this->desc, $this->_($this->boleto[$i]->getSacadorAvalista() ? $this->boleto[$i]->getSacadorAvalista()->getNomeDocumento() : ''), 0);
$this->Cell(52, $this->desc, $this->_('Autenticação mecânica - Ficha de Compensação'), 0, 1);

Expand Down
2 changes: 1 addition & 1 deletion src/Boleto/Render/PdfCaixa.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ protected function Bottom($i)
$this->Cell(170, $this->desc, $this->_($this->boleto[$i]->getPagador()->getEndereco()), 'L', 1);

$this->SetFont($this->PadraoFont, '', $this->fdes);
$this->Cell(110, $this->desc, $this->_('Sacador/Avalista:'), 'L');
$this->Cell(110, $this->desc, $this->_('Beneficiário Final:'), 'L');
$this->Cell(60, $this->desc, $this->_('CPF/CNPJ:'), 'R', 1);
$this->SetFont($this->PadraoFont, 'B', $this->fcel);
$this->Cell(110, $this->cell, $this->_($this->boleto[$i]->getSacadorAvalista() ? $this->boleto[$i]->getSacadorAvalista()->getNome() : ''), 'BL');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

<tr>
<td colspan="6" class="noleftborder">
<div class="titulo">Sacador/Avalista
<div class="titulo">Beneficiário Final
<div class="conteudo sacador">{{ $sacador_avalista ? $sacador_avalista['nome_documento'] : '' }}</div>
</div>
</td>
Expand Down

0 comments on commit f91a93b

Please sign in to comment.