mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
Merge pull request #26388 from Anurag810/training_fix_v13
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 () {
|
||||
return {
|
||||
filters: {
|
||||
name: ["NOT IN", emp]
|
||||
name: ["NOT IN", emp],
|
||||
status: "Active"
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user