diff --git a/datacenterlight/templates/datacenterlight/order_detail.html b/datacenterlight/templates/datacenterlight/order_detail.html index 9fd6c9d5..645722d6 100644 --- a/datacenterlight/templates/datacenterlight/order_detail.html +++ b/datacenterlight/templates/datacenterlight/order_detail.html @@ -110,7 +110,7 @@

{% trans "Subtotal after discount" %} - {{vm.total_after_discount|floatformat:2|intcomma}} CHF + {{vm.price_after_discount|floatformat:2|intcomma}} CHF

{% endif %} {% if vm.vat > 0 %} diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index 5ba8bc3b..e91accb1 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -147,7 +147,7 @@

{% trans "Subtotal after discount" %} - {{vm.total_after_discount|floatformat:2|intcomma}} CHF + {{vm.price_after_discount|floatformat:2|intcomma}} CHF

{% endif %} {% if vm.vat > 0 %}