mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-27 18:48:31 +00:00
Merge pull request #50457 from frappe/mergify/bp/version-15-hotfix/pr-50320
fix: add is_group filter in task for timesheet (backport #50320)
This commit is contained in:
@@ -21,6 +21,7 @@ frappe.ui.form.on("Timesheet", {
|
||||
filters: {
|
||||
project: child.project,
|
||||
status: ["!=", "Cancelled"],
|
||||
is_group: 0,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user