@plasoft/boletos 1.0.32 → 1.0.34

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.
@@ -97,9 +97,7 @@
97
97
  width: 400px;
98
98
  }
99
99
 
100
- .header {
101
-
102
- }
100
+ .header {}
103
101
 
104
102
  .header-title {
105
103
  width: 100%;
@@ -149,7 +147,8 @@
149
147
 
150
148
  <div class="header-beneficiario">
151
149
  <span>{{beneficiario.nome}} (CNPJ: {{beneficiario.cnpj}})</span>
152
- <span>{{beneficiario.endereco.logradouro}}, {{beneficiario.endereco.numero}}, {{beneficiario.endereco.bairro}}</span>
150
+ <span>{{beneficiario.endereco.logradouro}}, {{beneficiario.endereco.numero}},
151
+ {{beneficiario.endereco.bairro}}</span>
153
152
  <span>{{beneficiario.endereco.municipio}}/{{beneficiario.endereco.uf}} — {{beneficiario.endereco.cep}}</span>
154
153
  </div>
155
154
 
@@ -401,8 +400,9 @@
401
400
  <span>{{boleto.instrucao3}}</span>
402
401
  <span>{{boleto.instrucao4}}</span>
403
402
  <br>
404
- <span>{{boleto.observacoes}}</span>
405
- <br>
403
+ {{#each boleto.observacoes as |observacao|}}
404
+ <span>{{observacao}}</span>
405
+ {{/each}}
406
406
  <span>{{boleto.nfs}}</span>
407
407
  </div>
408
408
  </td>