mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
This commit is contained in:
committed by
GitHub
parent
b20797fe4b
commit
70e4b02370
@@ -627,7 +627,9 @@ class ItemUpdateForm(I18nModelForm):
|
||||
'class': 'scrolling-multiple-choice'
|
||||
}),
|
||||
'generate_tickets': TicketNullBooleanSelect(),
|
||||
'show_quota_left': ShowQuotaNullBooleanSelect()
|
||||
'show_quota_left': ShowQuotaNullBooleanSelect(),
|
||||
'max_per_order': forms.widgets.NumberInput(attrs={'min': 0}),
|
||||
'min_per_order': forms.widgets.NumberInput(attrs={'min': 0}),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user