Merge pull request #50320 from aerele/task-is-group-filter

This commit is contained in:
Mihir Kandoi
2025-11-11 10:27:37 +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,
},
};
};