add delete permission to communication

This commit is contained in:
Anand Doshi
2012-09-10 12:03:31 +05:30
parent 38ab4ae3ac
commit 20d82800f3
2 changed files with 25 additions and 0 deletions

View File

@@ -541,4 +541,8 @@ patch_list = [
'patch_module': 'patches.september_2012',
'patch_file': 'stock_report_permissions_for_accounts',
},
{
'patch_module': 'patches.september_2012',
'patch_file': 'communication_delete_permission',
},
]