[-] BO : fixed bug #PSCSX-76 - carrier wizard fees not display after reload carrier
This commit is contained in:
@@ -31,7 +31,6 @@ $(document).ready(function() {
|
||||
if (parseInt($('input[name="is_free"]:checked').val()))
|
||||
is_freeClick($('input[name="is_free"]:checked'));
|
||||
displayRangeType();
|
||||
checkAllZones();
|
||||
});
|
||||
|
||||
function initCarrierWizard()
|
||||
@@ -676,4 +675,4 @@ function checkAllZones(elt)
|
||||
$('.fees div.input-group input:text, .fees_all div.input-group input:text').attr('disabled', 'disabled').val('');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user