naming series changes now saved as property setter

This commit is contained in:
Anand Doshi
2012-04-10 15:31:48 +05:30
parent 71841df9ab
commit a9ccc7d6bd
4 changed files with 41 additions and 25 deletions

View File

@@ -262,4 +262,9 @@ patch_list = [
'patch_file': 'reload_c_form',
'description': 'Added attchemnt option and total field'
},
{
'patch_module': 'patches.april_2012',
'patch_file': 'naming_series_patch',
'description': 'Move naming series options into property setter'
},
]