From 9ef7bd84941734d54109a221858978aad3c745e8 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 24 Sep 2012 15:41:27 +0530 Subject: [PATCH] Delete permission for Event doctype to System Manager --- erpnext/patches/patch_list.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index d0ec56d6ec..1f652a49a8 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -588,4 +588,8 @@ patch_list = [ 'patch_module': 'patches.september_2012', 'patch_file': 'plot_patch', }, + { + 'patch_module': 'patches.september_2012', + 'patch_file': 'event_permission', + }, ]