From 3f8fc82260bd1c9c5e6ab841a6499400594d459a Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Thu, 4 Nov 2021 21:35:47 +0000 Subject: [PATCH] FIX: Duplicating an event clears collected by --- RIGS/rigboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RIGS/rigboard.py b/RIGS/rigboard.py index 99c913ad..9465a2a2 100644 --- a/RIGS/rigboard.py +++ b/RIGS/rigboard.py @@ -151,6 +151,7 @@ class EventDuplicate(EventUpdate): # Clear checked in by if it's a dry hire if new.dry_hire is True: new.checked_in_by = None + new.collector = None # Remove all the authorisation information from the new event new.auth_request_to = ''