From f59e11ecc4e0af73bffbfa83027a72526372bdc2 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 29 Feb 2016 19:37:59 +0000 Subject: [PATCH] Updated VAT Registration Number - Closes #197 --- RIGS/templates/RIGS/event_print_page.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RIGS/templates/RIGS/event_print_page.xml b/RIGS/templates/RIGS/event_print_page.xml index 72f11535..a7049459 100644 --- a/RIGS/templates/RIGS/event_print_page.xml +++ b/RIGS/templates/RIGS/event_print_page.xml @@ -189,7 +189,7 @@ - {% if not invoice %}VAT Registration Number: 116252989{% endif %} + {% if not invoice %}VAT Registration Number: 170734807{% endif %} Total (ex. VAT) £ {{ object.sum_total|floatformat:2 }} @@ -209,7 +209,7 @@ {% if invoice %} - VAT Registration Number: 116252989 + VAT Registration Number: 170734807 {% else %} This contract is not an invoice. {% endif %}