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:
Mihir Kandoi
2025-11-11 10:37:44 +05:30
committed by GitHub

View File

@@ -21,6 +21,7 @@ frappe.ui.form.on("Timesheet", {
filters: {
project: child.project,
status: ["!=", "Cancelled"],
is_group: 0,
},
};
};