From b07a61e4f108d61edea18f69e96b5bf5ce3ada57 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 30 Oct 2025 17:53:50 +0100 Subject: [PATCH] Remove visible rounding mode --- .../control/templates/pretixcontrol/order/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index 952be0d551..c8fa114fea 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -769,10 +769,12 @@
{{ items.total|money:event.currency }} -
- - tax_rounding_mode = {{ order.tax_rounding_mode }} - + {% if django_settings.DEBUG %} +
+ + tax_rounding_mode = {{ order.tax_rounding_mode }} + + {% endif %}