Skip to content

Commit

Permalink
fix client address
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Jan 23, 2018
1 parent a41e9d8 commit 13ceb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Report/Templates/invoice.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
{% set cl = doc.client %}
<h2 class="ruc"><b>{{ cl.tipoDoc|catalog('06') }}</b> {{ cl.numDoc }}</h2>
<span class="name">{{ cl.rznSocial }}</span>
<div class="address"><i>{{ cl.address.direccion }}</i></div>
{% if cl.address %}<div class="address"><i>{{ cl.address.direccion }}</i></div>{% endif %}
</div>
<div id="invoice">
{% set serieNro = doc.serie ~ '-' ~ doc.correlativo %}
Expand Down

0 comments on commit 13ceb62

Please sign in to comment.