From ea880caf78aa5a875c1949d250ffca541703fc14 Mon Sep 17 00:00:00 2001 From: emile Date: Wed, 11 Jun 2025 11:21:46 +0300 Subject: [PATCH] new --- .../templates/details_templates/customer-details.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osinaweb/osinacore/templates/details_templates/customer-details.html b/osinaweb/osinacore/templates/details_templates/customer-details.html index 41fc70d3..7a500f61 100644 --- a/osinaweb/osinacore/templates/details_templates/customer-details.html +++ b/osinaweb/osinacore/templates/details_templates/customer-details.html @@ -393,13 +393,13 @@ -

{{order.get_paid_amount}}

+

${{order.get_paid_amount}}

-

{{order.get_cart_total}}

+

${{order.get_cart_total}}

-

{{order.remaining_balance}}

+

${{order.remaining_balance}}