From 58b1867a13b4c77a8dd5c5e220f9d52a9e379f09 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Fri, 9 Oct 2020 17:55:23 +0100 Subject: [PATCH] Curses! --- RIGS/rigboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/rigboard.py b/RIGS/rigboard.py index 52edc305..69147e03 100644 --- a/RIGS/rigboard.py +++ b/RIGS/rigboard.py @@ -153,7 +153,7 @@ class EventDuplicate(EventUpdate): new = copy.copy(old) # Make a copy of the object in memory new.based_on = old # Make the new event based on the old event new.purchase_order = None # Remove old PO - new.status = new.PROVISIONAL # Return status to provisional + new.status = new.PROVISIONAL # Return status to provisional # Clear checked in by if it's a dry hire if new.dry_hire is True: