Update commonobject.class.php
This commit is contained in:
parent
0a55ba32f8
commit
af438624a6
@ -7151,7 +7151,7 @@ abstract class CommonObject
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
//When we change parent list
|
//When we change parent list
|
||||||
$("select[name=\""+parent_list+"\"]").change(function() {
|
$("select[name=\""+parent_list+"\"]").change(function() {
|
||||||
showOptions(child_list, parent_list, orig_select[child_list]);
|
showOptions(child_list, parent_list, orig_select[child_list]);
|
||||||
//Select the value 0 on child list after a change on the parent list
|
//Select the value 0 on child list after a change on the parent list
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user