fix: query for training Event
This commit is contained in:
parent
c0817838d9
commit
a82e9e42e1
@ -34,7 +34,8 @@ frappe.ui.form.on("Training Event Employee", {
|
|||||||
frm.set_query("employee", "employees", function () {
|
frm.set_query("employee", "employees", function () {
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
name: ["NOT IN", emp]
|
name: ["NOT IN", emp],
|
||||||
|
status: "Active"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user