From 23760e755d90750dfea2fa44dd212242a7150605 Mon Sep 17 00:00:00 2001 From: nabinhait Date: Wed, 20 Jul 2011 10:46:21 +0530 Subject: [PATCH] export_to_files function removed from index_patch, it was only for local --- patches/index_patch.py | 5 ----- selling/doctype/customer/customer.txt | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/patches/index_patch.py b/patches/index_patch.py index 53989f40b13..415b534e549 100644 --- a/patches/index_patch.py +++ b/patches/index_patch.py @@ -291,10 +291,5 @@ def create_proper_index(): sql("start transaction") sql("UPDATE `tabDocField` SET search_index = 1 WHERE fieldname = '%s' AND parent = '%s'" % (d, dt)) sql("commit") - - sql("start transaction") - dt_module = sql("select module from `tabDocType` where name = '%s'" % dt)[0][0] - export_to_files(record_list = [['DocType', dt]], record_module = dt_module) - sql("commit") except: continue diff --git a/selling/doctype/customer/customer.txt b/selling/doctype/customer/customer.txt index e53a243bfa8..24271ee688c 100644 --- a/selling/doctype/customer/customer.txt +++ b/selling/doctype/customer/customer.txt @@ -5,7 +5,7 @@ { 'creation': '2010-08-08 17:08:56', 'docstatus': 0, - 'modified': '2011-05-26 17:31:31', + 'modified': '2011-07-20 10:42:05', 'modified_by': 'Administrator', 'owner': 'Administrator' }, @@ -26,7 +26,7 @@ 'show_in_menu': 0, 'subject': "eval:'%(customer_name)s'=='%(name)s' ? ' ' : '%(customer_name)s'", 'tag_fields': 'customer_group,customer_type', - 'version': 431 + 'version': 433 }, # These values are common for all DocField