Item list: Show tax rate even for products with 0 price

Might be neccessary for price input, variations, etc
This commit is contained in:
Raphael Michel
2024-09-25 12:42:25 +02:00
parent 74f7bec617
commit ff910f293f

View File

@@ -133,7 +133,7 @@
{% endif %}
{{ i.default_price|money:request.event.currency }}
{% if i.original_price %}<strike class="text-muted">{{ i.original_price|money:request.event.currency }}</strike>{% endif %}
{% if i.tax_rule and i.default_price %}
{% if i.tax_rule %}
<br/>
<small class="text-muted">
{% if not i.tax_rule.price_includes_tax %}