Skip to content

Commit

Permalink
Atualização da nomenclatura
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersondaniel committed Aug 2, 2015
1 parent 7ffe1c9 commit 770a22d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/NovoBoletoPHP/Base/Boleto.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ protected function filterData(array $data)
$data = array_merge($data, array(
'logo_banco' => $this->getLogoBanco(),
'codigo_banco_com_dv' => $this->getCodigoBancoComDv(),
'texto_sacado' => 'Sacado', // Pode variar para Pagador
'texto_cedente' => 'Cedente', // Pode variar para Beneficiário
'texto_sacado' => 'Pagador',
'texto_cedente' => 'Beneficiário',
'exibir_demonstrativo_na_ficha' => true,
'exibir_demonstrativo_no_recibo' => false,
));
Expand Down
4 changes: 2 additions & 2 deletions templates/bancos/layout_itau.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ <h2>Instru&ccedil;&otilde;es de impress&atilde;o</h2>
<table class="line" cellspacing="0" cellpadding="0">
<tbody>
<tr class="titulos">
<td class="col_8_of_18">Cedente</td>
<td class="col_4_of_18">Agência/Código do Cedente</td>
<td class="col_8_of_18">{{texto_cedente}}</td>
<td class="col_4_of_18">Agência/Código do {{texto_cedente}}</td>
<td class="col_1_of_18">Espécie</td>
<td class="col_2_of_18">Quantidade</td>
<td class="end col_3_of_18">Vencimento</td>
Expand Down

0 comments on commit 770a22d

Please sign in to comment.