From 49f4684f030c677d52755be303248c62c6f44d90 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 7 Jun 2012 08:29:54 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-2717 - Final price does not appear anymore in the BO product page git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15900 b9a71923-0436-4b27-9f14-aed3839534dd --- .../themes/default/template/controllers/products/prices.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/products/prices.tpl b/admin-dev/themes/default/template/controllers/products/prices.tpl index 278a59b59..969f33ece 100644 --- a/admin-dev/themes/default/template/controllers/products/prices.tpl +++ b/admin-dev/themes/default/template/controllers/products/prices.tpl @@ -225,7 +225,7 @@ jQuery(document).ready(Customer.init); - {$currency->prefix}{$currency->suffix} ({l s='tax incl.'}) + {$currency->prefix}0.00{$currency->suffix} ({l s='tax incl.'})