mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Tax rules: Allow to block countries from making a purchase
This commit is contained in:
@@ -1146,6 +1146,7 @@ class TaxRuleLineForm(forms.Form):
|
||||
('vat', _('Charge VAT')),
|
||||
('reverse', _('Reverse charge')),
|
||||
('no', _('No VAT')),
|
||||
('block', _('Sale not allowed')),
|
||||
],
|
||||
)
|
||||
rate = forms.DecimalField(
|
||||
|
||||
Reference in New Issue
Block a user