add the word Included to the VAT line on customorder invoices
This commit is contained in:
parent
24c95a82fd
commit
881b0f4cf4
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue