From 136586830de7d41517dc6f96e6f97348869a6f34 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Mon, 12 Aug 2013 15:09:40 +0200 Subject: [PATCH] //small fix --- .../template/controllers/carrier_wizard/helpers/view/view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/view/view.tpl index ea743c58a..b7b7d49f0 100644 --- a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/view/view.tpl @@ -41,7 +41,7 @@ var PS_WEIGHT_UNIT = '{$PS_WEIGHT_UNIT}'; var invalid_range = '{l s='This range is not valid' js=1}'; var range_is_overlapping = '{l s='Ranges are overlapping' js=1}'; - var multistore_enable = {$multistore_enable}; + var multistore_enable = '{$multistore_enable}';