mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
fix: query for training Event
This commit is contained in:
@@ -33,7 +33,8 @@ frappe.ui.form.on('Training Event', {
|
|||||||
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"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user