Merge pull request #26388 from Anurag810/training_fix_v13
fix: Query for Training Event
This commit is contained in:
commit
afafe406c8
@ -33,7 +33,8 @@ frappe.ui.form.on('Training Event', {
|
||||
frm.set_query("employee", "employees", function () {
|
||||
return {
|
||||
filters: {
|
||||
name: ["NOT IN", emp]
|
||||
name: ["NOT IN", emp],
|
||||
status: "Active"
|
||||
}
|
||||
};
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user