communication log removal patch
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index 32a1e77..aba4ce5 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -407,4 +407,9 @@
'patch_file': 'remove_euro_currency',
'description': 'Remove EURO currency and replace with EUR'
},
+ {
+ 'patch_module': 'patches.may_2012',
+ 'patch_file': 'remove_communication_log',
+ 'description': 'Remove Communication Log and replace it with Communication'
+ },
]
\ No newline at end of file