1. Reports List - allow read permission to All

2. Display message when ToDo doesnt contain any item
This commit is contained in:
Anand Doshi
2012-06-13 18:02:43 +05:30
parent d104f4bc32
commit 47afacc8e9
3 changed files with 43 additions and 3 deletions

View File

@@ -427,4 +427,9 @@ patch_list = [
'patch_file': 'fetch_organization_from_lead',
'description': 'Fetch organization from lead in quote'
},
{
'patch_module': 'patches.june_2012',
'patch_file': 'reports_list_permission',
'description': 'allow read permission to all for report list'
},
]