[-] FO : fixed bug #PSCFV-7454

This commit is contained in:
Vincent Augagneur
2013-06-25 15:47:46 +02:00
parent cc4c8bfbe7
commit 502472dfba
+1
View File
@@ -27,6 +27,7 @@ $(document).ready(function () {
$('select[name=id_order]').change(function () {
showProductSelect($(this).attr('value'));
});
showProductSelect($('select[name=id_order]').attr('value'));
});
function showProductSelect(id_order)