Fix #1804 -- Admission time not lconed on event copy

This commit is contained in:
Raphael Michel
2020-11-16 18:16:43 +01:00
parent 87656cef4c
commit 12cb555917

View File

@@ -535,6 +535,7 @@ class Event(EventMixin, LoggedModel):
self.plugins = other.plugins
self.is_public = other.is_public
self.date_admission = other.date_admission
self.testmode = other.testmode
self.save()
self.log_action('pretix.object.cloned', data={'source': other.slug, 'source_id': other.pk})