From 52806c0056f951b918704dbd0ca969edc5027db5 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Mon, 12 Aug 2013 14:41:44 +0200 Subject: [PATCH] [-] BO : fixed bug #PSCFV-10033 - disable next step if no range has been added on carrier wizard --- .../carrier_wizard/helpers/view/view.tpl | 1 + js/admin_carrier_wizard.js | 55 +++++++++++-------- 2 files changed, 33 insertions(+), 23 deletions(-) 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 8a6ff6d5c..ea743c58a 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,6 +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};