commit | 9ef7bd84941734d54109a221858978aad3c745e8 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Mon Sep 24 15:41:27 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Mon Sep 24 15:41:27 2012 +0530 |
tree | 41c06301e99b04655886dcf37c64857926ef1054 | |
parent | e47a6779e9959eb7bc4d9a5ccc76075dafbf45f4 [diff] |
Delete permission for Event doctype to System Manager
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index d0ec56d..1f652a4 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py
@@ -588,4 +588,8 @@ 'patch_module': 'patches.september_2012', 'patch_file': 'plot_patch', }, + { + 'patch_module': 'patches.september_2012', + 'patch_file': 'event_permission', + }, ]