fix in permissions of role 'All'. Fix in Credit Days and Credit Limit permissions in Customer form

This commit is contained in:
Anand Doshi
2012-09-17 11:34:24 +05:30
parent d86e282eda
commit 6450b12881
10 changed files with 670 additions and 655 deletions

View File

@@ -577,4 +577,12 @@ patch_list = [
'patch_module': 'patches.september_2012',
'patch_file': 'reload_criteria_stock_ledger',
},
{
'patch_module': 'patches.september_2012',
'patch_file': 'all_permissions_patch',
},
{
'patch_module': 'patches.september_2012',
'patch_file': 'customer_permission_patch',
},
]