mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Allow to mark add-ons as "included" in price
This commit is contained in:
@@ -302,6 +302,7 @@ class ItemAddOnForm(I18nModelForm):
|
||||
'addon_category',
|
||||
'min_count',
|
||||
'max_count',
|
||||
'price_included'
|
||||
]
|
||||
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