From 49230000e56fa6b02fd3bd431cd52b6ead942ebe Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 5 Jun 2012 18:51:57 +0530 Subject: [PATCH] communication log removal patch --- erpnext/patches/patch_list.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 32a1e77d72..aba4ce539e 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -407,4 +407,9 @@ patch_list = [ '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