mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
fix: query for training Event
This commit is contained in:
@@ -34,7 +34,8 @@ frappe.ui.form.on("Training Event Employee", {
|
||||
frm.set_query("employee", "employees", function () {
|
||||
return {
|
||||
filters: {
|
||||
name: ["NOT IN", emp]
|
||||
name: ["NOT IN", emp],
|
||||
status: "Active"
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user