Change order_detail and invoice_detail templates to show VAT number

This commit is contained in:
PCoder 2019-12-17 22:51:54 +05:30
commit 0f3acf5db4
3 changed files with 10 additions and 0 deletions

View file

@ -32,7 +32,11 @@
{{billing_address.cardholder_name}}<br>
{{billing_address.street_address}}, {{billing_address.postal_code}}<br>
{{billing_address.city}}, {{billing_address.country}}
{% if request.user.vat_number %}
<br/>{% trans "VAT Number" %} {{request.user.vat_number}}
{% endif %}
{% endwith %}
</p>
</address>
</div>