mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
fix js
This commit is contained in:
@@ -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]);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user