From d2394e47e6baed4f878103477862d1bcc27b816a Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 24 May 2021 12:58:39 +0300 Subject: UI fixes --- servo/templates/products/list_rows.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'servo/templates/products') diff --git a/servo/templates/products/list_rows.html b/servo/templates/products/list_rows.html index c8cf5bb..ebaa733 100755 --- a/servo/templates/products/list_rows.html +++ b/servo/templates/products/list_rows.html @@ -8,12 +8,12 @@ {{ p.code }}
{{ p.title }}
{{ p.eee_code|default:""|addspace }} - {{ p.price_sales_stock|currency }} - {{ p.price_sales_exchange|currency }} + {{ p.price_sales_stock|currency }} + {{ p.price_sales_exchange|currency }} {% if p.is_service %} ∞ {% else %} - {{ p|amount_in_location:request.user }} + {{ p|amount_in_location:request.user }} {% endif %}
-- cgit v1.2.3