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', + }, ]