[-] BO : fixed bug #PSCSX-76 - carrier wizard fees not display after reload carrier

This commit is contained in:
Vincent Augagneur
2013-12-05 10:35:51 +01:00
parent 04d2ff59ee
commit 7117a6f4fd
+1 -2
View File
@@ -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('');
}
}
}