Skip to content

Commit

Permalink
mostrar igv porcentaje
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex authored Nov 27, 2018
1 parent bc20d75 commit a83bde8
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 @@ -264,7 +264,7 @@
</tr>
{% endif %}
<tr>
<td align="right"><strong>I.G.V. {% if doc.numIGV is defined and doc.numIGV %} {{ doc.numIGV }}{% endif %}%:</strong></td>
<td align="right"><strong>I.G.V. {% if params.user.numIGV is defined %} {{ params.user.numIGV }}{% endif %}%:</strong></td>
<td width="120" align="right"><span>{{ moneda }} {{ doc.mtoIGV|n_format }}</span></td>
</tr>
{% if doc.mtoISC %}
Expand Down

0 comments on commit a83bde8

Please sign in to comment.