mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +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: {
|
filters: {
|
||||||
project: child.project,
|
project: child.project,
|
||||||
status: ["!=", "Cancelled"],
|
status: ["!=", "Cancelled"],
|
||||||
|
is_group: 0,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user