diff --git a/erpnext/projects/doctype/timesheet/timesheet.js b/erpnext/projects/doctype/timesheet/timesheet.js index 9598786821d..97095dfa007 100644 --- a/erpnext/projects/doctype/timesheet/timesheet.js +++ b/erpnext/projects/doctype/timesheet/timesheet.js @@ -21,6 +21,7 @@ frappe.ui.form.on("Timesheet", { filters: { project: child.project, status: ["!=", "Cancelled"], + is_group: 0, }, }; };