fix in insert after of custom field

This commit is contained in:
Anand Doshi
2012-11-01 12:11:16 +05:30
parent 39cfc5865e
commit 7a617b83fb
3 changed files with 16 additions and 1 deletions

View File

@@ -642,5 +642,9 @@ patch_list = [
{
'patch_module': 'patches.october_2012',
'patch_file': 'custom_script_delete_permission',
}
},
{
'patch_module': 'patches.november_2012',
'patch_file': 'custom_field_insert_after',
},
]