mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
Merge pull request #50320 from aerele/task-is-group-filter
This commit is contained in:
@@ -21,6 +21,7 @@ frappe.ui.form.on("Timesheet", {
|
|||||||
filters: {
|
filters: {
|
||||||
project: child.project,
|
project: child.project,
|
||||||
status: ["!=", "Cancelled"],
|
status: ["!=", "Cancelled"],
|
||||||
|
is_group: 0,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user