From 92570ada7fabbca225184250594dad4b2f201f12 Mon Sep 17 00:00:00 2001 From: PCoder Date: Wed, 25 Dec 2019 10:37:45 +0530 Subject: [PATCH] Add VAT number to order detail (hosting) --- hosting/templates/hosting/order_detail.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index 2ad17276..9256271a 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -62,6 +62,9 @@ {{user.name}}
{{order.billing_address.street_address}}, {{order.billing_address.postal_code}}
{{order.billing_address.city}}, {{order.billing_address.country}} + {% if order.billing_address.vat_number %} +
{% trans "VAT Number" %} {{order.billing_address.vat_number}} + {% endif %} {% else %} {% with request.session.billing_address_data as billing_address %} {{billing_address.cardholder_name}}