From c4fec483aede60b55fdd26287d441432d8d43571 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Mon, 13 Dec 2021 12:13:47 +0000 Subject: [PATCH] FIX/CHNG: Clients may see line prices on event auth form Not sure why they couldn't previous, its not like we only quote totals... --- RIGS/templates/event_detail.html | 2 +- RIGS/templates/event_form.html | 2 +- RIGS/templates/eventauthorisation.html | 2 +- RIGS/templates/invoice_detail.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RIGS/templates/event_detail.html b/RIGS/templates/event_detail.html index a5b6ecb3..a0afc50e 100644 --- a/RIGS/templates/event_detail.html +++ b/RIGS/templates/event_detail.html @@ -46,7 +46,7 @@

{{ event.notes|linebreaksbr }}

{% endif %}
- {% include 'item_table.html' %} + {% include 'partials/item_table.html' %} diff --git a/RIGS/templates/event_form.html b/RIGS/templates/event_form.html index 87163ea5..dd98c17a 100644 --- a/RIGS/templates/event_form.html +++ b/RIGS/templates/event_form.html @@ -348,7 +348,7 @@ {% render_field form.notes class+="form-control" %} - {% include 'item_table.html' %} + {% include 'partials/item_table.html' %} diff --git a/RIGS/templates/eventauthorisation.html b/RIGS/templates/eventauthorisation.html index 896968ff..f464f72d 100644 --- a/RIGS/templates/eventauthorisation.html +++ b/RIGS/templates/eventauthorisation.html @@ -26,7 +26,7 @@
{% with object=event auth=True %} - {% include 'item_table.html' %} + {% include 'partials/item_table.html' %} {% endwith %}
diff --git a/RIGS/templates/invoice_detail.html b/RIGS/templates/invoice_detail.html index 5408a074..4773322f 100644 --- a/RIGS/templates/invoice_detail.html +++ b/RIGS/templates/invoice_detail.html @@ -78,7 +78,7 @@
{% with object.event as object %} - {% include 'item_table.html' %} + {% include 'partials/item_table.html' %} {% endwith %}