Update commonobject.class.php

This commit is contained in:
Laurent Destailleur 2021-01-21 13:21:22 +01:00 committed by GitHub
parent 0a55ba32f8
commit af438624a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7151,7 +7151,7 @@ abstract class CommonObject
}
});
//When we change parent list
//When we change parent list
$("select[name=\""+parent_list+"\"]").change(function() {
showOptions(child_list, parent_list, orig_select[child_list]);
//Select the value 0 on child list after a change on the parent list