Revert back to old price values

This commit is contained in:
PCoder 2019-04-04 00:15:04 +02:00
parent ef1bdee9a7
commit 8f4a02738f

View file

@ -158,7 +158,8 @@
<div class="col-sm-6">
<p class="total-price">
<strong>{% trans "Total" %} </strong>
<strong class="pull-right">{{total_in_chf}} CHF</strong>
<strong class="pull-right">{% if vm.total_price %}{{vm.total_price|floatformat:2|intcomma}}{% else %}{{vm.price|floatformat:2|intcomma}}{% endif %}
CHF</strong>
</p>
</div>
</div>