fix in naming series patch's execution
This commit is contained in:
parent
58bf2379a0
commit
23e777545a
@ -237,6 +237,11 @@ patch_list = [
|
||||
'patch_file': 'clean_property_setter',
|
||||
'description': 'Patch related to property setter cleanup'
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.april_2012',
|
||||
'patch_file': 'naming_series_patch',
|
||||
'description': 'Move naming series options into property setter'
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.jan_mar_2012',
|
||||
'patch_file': 'rename_dt',
|
||||
@ -267,11 +272,6 @@ 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'
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.april_2012',
|
||||
'patch_file': 'after_sync_cleanup',
|
||||
|
Loading…
Reference in New Issue
Block a user