From acd40906eee8100d0131b67846116284cbfd79f9 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Mon, 15 Oct 2012 09:39:21 +0000 Subject: [PATCH] // small fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17859 b9a71923-0436-4b27-9f14-aed3839534dd --- .../template/controllers/products/prices.tpl | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/products/prices.tpl b/admin-dev/themes/default/template/controllers/products/prices.tpl index e2d58c4f4..69cbd8d4a 100644 --- a/admin-dev/themes/default/template/controllers/products/prices.tpl +++ b/admin-dev/themes/default/template/controllers/products/prices.tpl @@ -177,18 +177,16 @@ $(document).ready(function () { {/if} - {if $ps_use_ecotax} - - - {include file="controllers/products/multishop/checkbox.tpl" field="ecot" type="default"} - - - - {$currency->prefix}{$currency->suffix} - ({l s='already included in price'}) - - - {/if} + + + {include file="controllers/products/multishop/checkbox.tpl" field="ecot" type="default"} + + + + {$currency->prefix}{$currency->suffix} + ({l s='already included in price'}) + +