mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Allow selecting the same add-on multiple times (#1717)
This commit is contained in:
@@ -661,7 +661,8 @@ class ItemAddOnForm(I18nModelForm):
|
||||
'addon_category',
|
||||
'min_count',
|
||||
'max_count',
|
||||
'price_included'
|
||||
'price_included',
|
||||
'multi_allowed',
|
||||
]
|
||||
help_texts = {
|
||||
'min_count': _('Be aware that setting a minimal number makes it impossible to buy this product if all '
|
||||
|
||||
Reference in New Issue
Block a user