Patch to change allocated_to options to 'Profile'

This commit is contained in:
Anand Doshi
2012-01-19 12:32:15 +05:30
parent 9c6db1482d
commit 5f72836f11
3 changed files with 33 additions and 60 deletions

View File

@@ -13,5 +13,11 @@ patch_list = [
'patch_module': 'patches.jan_mar_2012',
'patch_file': 'rename_doctype_indent',
'description': 'Add DocType Label: Indent to Purchase Requisition'
},
{
'patch_module': 'patches.jan_mar_2012',
'patch_file': 'allocated_to_profile',
'description': """Change Options to "Profile" for fieldname "allocated_to"
as this is giving improper values in Permission Engine"""
}
]