fix: add is_group filter in task for timesheet

(cherry picked from commit 5bac896329)
This commit is contained in:
Pugazhendhi Velu
2025-11-03 15:54:00 +00:00
committed by Mergify
parent a3ddc9533a
commit 0f00581f83

View File

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