fix in naming series patch's execution
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index e0f9ea3..bba4562 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -238,6 +238,11 @@
'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',
'description': 'Rename DocType Patch'
@@ -269,11 +274,6 @@
},
{
'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',
'description': 'cleanup after sync'
},