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 %}
|