From 1447be6f3c5874496861816707d7973f909e8609 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Thu, 1 Aug 2013 17:16:52 +0200 Subject: [PATCH] //fixed bug when changing range type --- .../controllers/carrier_wizard/helpers/form/form_ranges.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl index bb28b5eaa..ec2fbd154 100644 --- a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl +++ b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl @@ -14,7 +14,7 @@ < {foreach from=$ranges key=r item=range} - *  {$PS_WEIGHT_UNIT}  {$currency_sign} + *  {$PS_WEIGHT_UNIT}  {$currency_sign} {foreachelse} *  {$PS_WEIGHT_UNIT}  {$currency_sign} {/foreach}