mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-27 16:45:03 +00:00
fix: add is_group filter in task for timesheet
(cherry picked from commit 5bac896329)
This commit is contained in:
committed by
Mergify
parent
a3ddc9533a
commit
0f00581f83
@@ -21,6 +21,7 @@ frappe.ui.form.on("Timesheet", {
|
|||||||
filters: {
|
filters: {
|
||||||
project: child.project,
|
project: child.project,
|
||||||
status: ["!=", "Cancelled"],
|
status: ["!=", "Cancelled"],
|
||||||
|
is_group: 0,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user