fix: add is_group filter in task for timesheet

This commit is contained in:
Pugazhendhi Velu
2025-11-03 15:54:00 +00:00
parent edf8f83a2a
commit 5bac896329

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,
}, },
}; };
}; };