From 4e7d84803112eb661551d53a4d8ff64ce5f017a7 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 --- .../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.'})