From 23e777545a4d226a6ad553955841a2ced1f4a919 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 1 May 2012 16:05:23 +0530 Subject: [PATCH] fix in naming series patch's execution --- erpnext/patches/patch_list.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index e0f9ea33a7..bba4562b0d 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -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',