mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
TaxRules: Add internal_name and keep_gross_if_rate_changes (#2422)
Co-authored-by: ser8phin <eva.wolkwitz@gmx.de>
This commit is contained in:
@@ -27,6 +27,8 @@ from django_scopes import scopes_disabled
|
||||
from pretix.base.models import TaxRule
|
||||
|
||||
TEST_TAXRULE_RES = {
|
||||
'internal_name': None,
|
||||
'keep_gross_if_rate_changes': False,
|
||||
'name': {'en': 'VAT'},
|
||||
'rate': '19.00',
|
||||
'price_includes_tax': True,
|
||||
|
||||
Reference in New Issue
Block a user