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 c84c33622..c27064b12 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 @@ -25,7 +25,8 @@ {foreach from=$ranges key=r item=range} - + + {if $range.id_range == -1} {/if} {foreachelse} diff --git a/js/admin_carrier_wizard.js b/js/admin_carrier_wizard.js index 7f62237fe..219c69117 100644 --- a/js/admin_carrier_wizard.js +++ b/js/admin_carrier_wizard.js @@ -316,7 +316,6 @@ function bind_inputs() function validateRange(index) { - console.log('index : '+index); //reset error css $('tr.range_sup td input:text').removeClass('field_error'); $('tr.range_inf td input:text').removeClass('field_error');