forked from CGM_Public/pretix_original
Fix AttributeError in e275677a0
This commit is contained in:
@@ -275,7 +275,7 @@ class EventWizard(SafeSessionWizardView):
|
|||||||
subevent=se
|
subevent=se
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
self.checkin_lists.create(
|
event.checkin_lists.create(
|
||||||
name=_('Default'),
|
name=_('Default'),
|
||||||
all_products=True
|
all_products=True
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user