mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Remove visible rounding mode
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user