Remove visible rounding mode

This commit is contained in:
Raphael Michel
2025-10-30 17:53:50 +01:00
parent dead2a9bed
commit b07a61e4f1

View File

@@ -769,10 +769,12 @@
</div> </div>
<div class="col-md-3 col-xs-6 col-md-offset-5 price"> <div class="col-md-3 col-xs-6 col-md-offset-5 price">
<strong>{{ items.total|money:event.currency }}</strong> <strong>{{ items.total|money:event.currency }}</strong>
<br/> {% if django_settings.DEBUG %}
<small class="admin-only"> <br/>
tax_rounding_mode = {{ order.tax_rounding_mode }} <small class="admin-only">
</small> tax_rounding_mode = {{ order.tax_rounding_mode }}
</small>
{% endif %}
</div> </div>
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>