Merge branch 'hotfix' into address-rep-fix

This commit is contained in:
Deepesh Garg
2019-02-14 17:37:41 +05:30
committed by GitHub

View File

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