mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
fix: Show tasks in timesheet with status as Closed (#16660)
This commit is contained in:
committed by
Faris Ansari
parent
4d1bc0ca85
commit
4902f7b2a0
@@ -18,7 +18,7 @@ frappe.ui.form.on("Timesheet", {
|
|||||||
return{
|
return{
|
||||||
filters: {
|
filters: {
|
||||||
'project': child.project,
|
'project': child.project,
|
||||||
'status': ["!=", "Closed"]
|
'status': ["!=", "Cancelled"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user