Make error message about tax rules and gift cards easier to understand

This commit is contained in:
Raphael Michel
2022-04-06 16:43:52 +02:00
parent bcee2c231a
commit 69f91e54e6

View File

@@ -566,7 +566,7 @@ class ItemUpdateForm(I18nModelForm):
if d['tax_rule'] and d['tax_rule'].rate > 0:
self.add_error(
'tax_rule',
_("Gift card products should not be associated with non-zero tax rates since sales tax will be applied when the gift card is redeemed.")
_("Gift card products should use a tax rule with a rate of 0% since sales tax will be applied when the gift card is redeemed.")
)
if d['admission']:
self.add_error(