From dcf19ff77312ebcf6175ae6c55b7eba0701bfc29 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 16 Mar 2025 22:05:54 +0000 Subject: [PATCH] Don't show full POs in event status --- RIGS/templates/partials/event_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/templates/partials/event_status.html b/RIGS/templates/partials/event_status.html index 42643608..364015ae 100644 --- a/RIGS/templates/partials/event_status.html +++ b/RIGS/templates/partials/event_status.html @@ -3,7 +3,7 @@ {% if event.is_rig %} {% if event.sum_total > 0 %} {% if event.purchase_order %} - PO: {{ event.purchase_order }} + PO: Received {% elif event.authorised %} Authorisation: Complete {% elif event.authorisation and event.authorisation.amount != event.total and event.authorisation.last_edited_at > event.auth_request_at %}