mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix missing form option
This commit is contained in:
@@ -1688,6 +1688,8 @@ DEFAULTS = {
|
|||||||
('gte', _('Only allow changes if the resulting price is higher or equal than the previous price.')),
|
('gte', _('Only allow changes if the resulting price is higher or equal than the previous price.')),
|
||||||
('gt', _('Only allow changes if the resulting price is higher than the previous price.')),
|
('gt', _('Only allow changes if the resulting price is higher than the previous price.')),
|
||||||
('eq', _('Only allow changes if the resulting price is equal to the previous price.')),
|
('eq', _('Only allow changes if the resulting price is equal to the previous price.')),
|
||||||
|
('gte_paid', _('Allow changes regardless of price, as long as no refund is required (i.e. the resulting '
|
||||||
|
'price is not lower than what has already been paid).')),
|
||||||
('any', _('Allow changes regardless of price, even if this results in a refund.')),
|
('any', _('Allow changes regardless of price, even if this results in a refund.')),
|
||||||
),
|
),
|
||||||
widget=forms.RadioSelect,
|
widget=forms.RadioSelect,
|
||||||
|
|||||||
Reference in New Issue
Block a user