FIX: Duplicating an event clears collected by

This commit is contained in:
2021-11-04 21:35:47 +00:00
parent 41c1c44754
commit 3f8fc82260

View File

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