fix in profile permissions and support ticket response should update modified datetime

This commit is contained in:
Anand Doshi
2012-05-24 12:39:18 +05:30
parent fcbd2ad792
commit 5fda36f2c0
3 changed files with 33 additions and 1 deletions

View File

@@ -397,4 +397,9 @@ patch_list = [
'patch_file': 'reload_customer_address_contact',
'description': 'Reload report customer address contact'
},
{
'patch_module': 'patches.may_2012',
'patch_file': 'profile_perm_patch',
'description': 'Make profile readonly for role All'
},
]