mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
Merge branch 'hotfix' into address-rep-fix
This commit is contained in:
@@ -18,7 +18,7 @@ frappe.ui.form.on("Timesheet", {
|
||||
return{
|
||||
filters: {
|
||||
'project': child.project,
|
||||
'status': ["!=", "Closed"]
|
||||
'status': ["!=", "Cancelled"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user