2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Florian HENRY
2021-02-08 11:49:30 +01:00
parent 31ca17c619
commit 1e8117dc8a

View File

@@ -7169,9 +7169,6 @@ abstract class CommonObject
if ($(this).val() == 0){
$("#"+child_list).hide();
}
$("select[name=\""+parent_list+"\"]").change(function() {
showOptions(child_list, parent_list, orig_select[child_list]);
});
});
}