commit | 20008946a30e6538ee352aac61883285a577a572 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Thu Feb 14 17:37:41 2019 +0530 |
committer | GitHub <noreply@github.com> | Thu Feb 14 17:37:41 2019 +0530 |
tree | 6b99d275a892e620f03f4d6b293ee6af0be972b7 | |
parent | 34f4f24e214f99c9c075eb72eb26cfac573a7bf6 [diff] | |
parent | 4902f7b2a05d4a54a6089f40f8b31af5e4877795 [diff] |
Merge branch 'hotfix' into address-rep-fix
diff --git a/erpnext/projects/doctype/timesheet/timesheet.js b/erpnext/projects/doctype/timesheet/timesheet.js index e890bef..8811ab9 100644 --- a/erpnext/projects/doctype/timesheet/timesheet.js +++ b/erpnext/projects/doctype/timesheet/timesheet.js
@@ -18,7 +18,7 @@ return{ filters: { 'project': child.project, - 'status': ["!=", "Closed"] + 'status': ["!=", "Cancelled"] } } }