From fe0dcb65f101816242a5101a8231cd54f1502881 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 22 May 2015 17:02:06 +0100 Subject: [PATCH] Removed payment terms from invoice --- RIGS/templates/RIGS/event_print_page.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/RIGS/templates/RIGS/event_print_page.xml b/RIGS/templates/RIGS/event_print_page.xml index d6e5ec24..016456ff 100644 --- a/RIGS/templates/RIGS/event_print_page.xml +++ b/RIGS/templates/RIGS/event_print_page.xml @@ -194,7 +194,7 @@ £ {{ object.sum_total|floatformat:2 }} - VAT Registration Number: 116252989 + {% if not invoice %}VAT Registration Number: 116252989{% endif %} VAT @ {{ object.vat_rate.as_percent|floatformat:2 }}% £ {{ object.vat|floatformat:2 }} @@ -202,7 +202,11 @@ - The full hire fee is payable at least 10 days before the event. + {% if invoice %} + VAT Registration Number: 116252989 + {% else %} + The full hire fee is payable at least 10 days before the event. + {% endif %}