Merge branch 'master' into develop

This commit is contained in:
Frappe Bot
2019-02-15 10:22:33 +00:00
19 changed files with 99 additions and 77 deletions

View File

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