mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Cart: Display included taxes in total sum from the start
This commit is contained in:
@@ -400,7 +400,7 @@
|
||||
<div role="cell" class="totalprice price">
|
||||
<strong>{{ cart.total|money:event.currency }}</strong>
|
||||
|
||||
{% if not event.settings.display_net_prices and cart.tax_total and not editable %}
|
||||
{% if not event.settings.display_net_prices and cart.tax_total %}
|
||||
<small class="text-muted">
|
||||
{% blocktrans trimmed with tax_sum=cart.tax_total|money:event.currency %}
|
||||
incl. {{ tax_sum }} taxes
|
||||
|
||||
Reference in New Issue
Block a user