add the word Included to the VAT line on customorder invoices

This commit is contained in:
Thomas Steen Rasmussen 2019-07-11 08:02:04 +02:00
parent 24c95a82fd
commit 881b0f4cf4

View file

@ -35,7 +35,7 @@
<tr> <tr>
<td align="right"> <td align="right">
{% if invoice.customorder.danish_vat %} {% if invoice.customorder.danish_vat %}
<strong>Danish VAT (25%)</strong> <strong>Included Danish VAT (25%)</strong>
{% else %} {% else %}
<strong>No VAT</strong> <strong>No VAT</strong>
{% endif %} {% endif %}