commit | fd4743cc314c4c1f89ec2d6f7968f9fd478ae9b4 | [log] [tgz] |
---|---|---|
author | Anupam <anupamvns0099@gmail.com> | Wed May 12 16:17:32 2021 +0530 |
committer | Anupam <anupamvns0099@gmail.com> | Sat May 15 20:01:17 2021 +0530 |
tree | 7a9f471b4741262d267a31eef8eef7fb9996799b | |
parent | aa9e1720913527aef4193a053606d5cf38a4f1cf [diff] [blame] |
refactor: timesheet
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index bb6cd8b..ca8ca87 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -304,7 +304,8 @@ # if payment entry not in auto cancel exempted doctypes it will cancel payment entry. auto_cancel_exempted_doctypes= [ "Payment Entry", - "Inpatient Medication Entry" + "Inpatient Medication Entry", + "Timesheet" ] after_migrate = ["erpnext.setup.install.update_select_perm_after_install"]