From 4a344f7bc3106e33ef8305acdd2eb65ca3512b5e Mon Sep 17 00:00:00 2001 From: Francois Gaillard Date: Mon, 19 Dec 2011 10:34:46 +0000 Subject: [PATCH] [-] BO : #PSTEST-8 : H.T prices precision changed (2 digits instead of 6) --- admin-dev/themes/template/products/prices.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/template/products/prices.tpl b/admin-dev/themes/template/products/prices.tpl index d719af662..6e65683a2 100644 --- a/admin-dev/themes/template/products/prices.tpl +++ b/admin-dev/themes/template/products/prices.tpl @@ -43,7 +43,7 @@ - {$currency->prefix}{$currency->suffix} + {$currency->prefix}{$currency->suffix}

{l s='The wholesale price at which you bought this product'}

@@ -51,7 +51,7 @@ - {$currency->prefix}{$currency->suffix} * + {$currency->prefix}{$currency->suffix} *

{l s='The pre-tax retail price to sell this product'}