From 09d15124b06f869abde9ca31536deefb95928d2f Mon Sep 17 00:00:00 2001 From: fGaillard Date: Mon, 19 Dec 2011 10:40:13 +0000 Subject: [PATCH] [-] BO : #PSTEST-8 : Changed prices.tpl digits precision //last commit omit modification git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11350 b9a71923-0436-4b27-9f14-aed3839534dd --- 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 6e65683a2..ea595c6cd 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'}