From ff910f293f5b2b344216ac64adeb1e49e8c5c391 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 25 Sep 2024 12:42:25 +0200 Subject: [PATCH] Item list: Show tax rate even for products with 0 price Might be neccessary for price input, variations, etc --- src/pretix/control/templates/pretixcontrol/items/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/items/index.html b/src/pretix/control/templates/pretixcontrol/items/index.html index 52bc17f013..4bda32aee1 100644 --- a/src/pretix/control/templates/pretixcontrol/items/index.html +++ b/src/pretix/control/templates/pretixcontrol/items/index.html @@ -133,7 +133,7 @@ {% endif %} {{ i.default_price|money:request.event.currency }} {% if i.original_price %}{{ i.original_price|money:request.event.currency }}{% endif %} - {% if i.tax_rule and i.default_price %} + {% if i.tax_rule %}
{% if not i.tax_rule.price_includes_tax %}