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
commit 20008946a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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