fix: Show tasks in timesheet with status as Closed (#16660)

This commit is contained in:
Deepesh Garg
2019-02-14 17:32:52 +05:30
committed by Faris Ansari
parent 4d1bc0ca85
commit 4902f7b2a0

View File

@@ -18,7 +18,7 @@ frappe.ui.form.on("Timesheet", {
return{
filters: {
'project': child.project,
'status': ["!=", "Closed"]
'status': ["!=", "Cancelled"]
}
}
}