diff --git a/RIGS/templates/RIGS/event_invoice.html b/RIGS/templates/RIGS/event_invoice.html index cd080a74..fcbe5e87 100644 --- a/RIGS/templates/RIGS/event_invoice.html +++ b/RIGS/templates/RIGS/event_invoice.html @@ -26,7 +26,7 @@
| # | +Event # | Start Date | Event Name | Client | diff --git a/RIGS/templates/RIGS/invoice_list.html b/RIGS/templates/RIGS/invoice_list.html index 7dc6d8ee..2f34b6c9 100644 --- a/RIGS/templates/RIGS/invoice_list.html +++ b/RIGS/templates/RIGS/invoice_list.html @@ -16,7 +16,7 @@
|---|
| # | +Invoice # | Event | Client | Event Date | @@ -27,8 +27,9 @@
|---|---|---|---|---|
| {{ object.pk }} | +||||
| {{ object.pk }} + {% if object.void %}(VOID){% elif object.is_closed %}(PAID){% else %}(O/S){% endif %} |
N{{ object.event.pk|stringformat:"05d" }}: {{ object.event.name }} - {{ object.event.get_status_display }} - {% if not object.event.mic %}(No MIC){% endif %} + {{ object.event.get_status_display }}{% if not object.event.mic %}, No MIC{% endif %} |
{% if object.event.organisation %} |