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 = ''