mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Tax rule editor: Allow to reorder lines
This commit is contained in:
@@ -1130,7 +1130,7 @@ class TaxRuleLineForm(forms.Form):
|
||||
|
||||
TaxRuleLineFormSet = formset_factory(
|
||||
TaxRuleLineForm,
|
||||
can_order=False, can_delete=True, extra=0
|
||||
can_order=True, can_delete=True, extra=0
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user