communication log removal patch

This commit is contained in:
Anand Doshi 2012-06-05 18:51:57 +05:30
parent dbb84a271e
commit 49230000e5

View File

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