From 19159f765811e325ad87434b8bfc40ef0076843c Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 26 Jul 2011 16:14:10 +0530 Subject: [PATCH] index patch on hold, will go through push_patch --- patches/patch.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/patches/patch.py b/patches/patch.py index 3f6c93e0c1..cda627b030 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -1,7 +1,7 @@ # REMEMBER to update this # ======================== -last_patch = 330 +last_patch = 329 #------------------------------------------- @@ -1326,8 +1326,5 @@ def execute(patch_no): if webnotes.conn.get_value('Control Panel', None, 'account_id') != 'axjanak2011': sql("delete from `tabDocField` where fieldname = 'supplier_status' and parent = 'Supplier'") elif patch_no == 329: - from index_patch import create_proper_index - create_proper_index() - elif patch_no == 330: reload_doc('utilities', 'doctype', 'rename_tool') reload_doc('utilities', 'doctype', 'bulk_rename_tool')