mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Allow to release quota after exit scans
This commit is contained in:
@@ -186,7 +186,8 @@ class QuotaForm(I18nModelForm):
|
||||
'name',
|
||||
'size',
|
||||
'subevent',
|
||||
'close_when_sold_out'
|
||||
'close_when_sold_out',
|
||||
'release_after_exit',
|
||||
]
|
||||
field_classes = {
|
||||
'subevent': SafeModelChoiceField,
|
||||
|
||||
Reference in New Issue
Block a user