@plasoft/boletos 1.0.54 → 1.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ailos-boleto.hbs +2 -1
- package/build/banco-brasil-boleto.hbs +1 -1
- package/build/index.d.mts +6 -3
- package/build/index.d.ts +6 -3
- package/build/index.js +10 -7
- package/build/index.js.map +1 -1
- package/build/index.mjs +10 -7
- package/build/index.mjs.map +1 -1
- package/build/sicoob-boleto.hbs +1 -1
- package/package.json +1 -1
package/build/sicoob-boleto.hbs
CHANGED
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
<td colspan="6" style="border-bottom: 0px;">
|
|
304
304
|
<div class="td-content">
|
|
305
305
|
<strong>SACADO</strong>
|
|
306
|
-
<span>{{pagador.nome}} ({{pagador.
|
|
306
|
+
<span>{{pagador.nome}} ({{#if pagador.isCnpj}}CNPJ:{{else}}CPF:{{/if}} {{pagador.cpfcnpj}})</span>
|
|
307
307
|
<span>{{pagador.endereco.logradouro}}, {{pagador.endereco.numero}}, {{pagador.endereco.bairro}}</span>
|
|
308
308
|
<span>{{pagador.endereco.municipio}}/{{pagador.endereco.uf}} — {{pagador.endereco.cep}}</span>
|
|
309
309
|
</div>
|