export_to_files function removed from index_patch, it was only for local
diff --git a/patches/index_patch.py b/patches/index_patch.py
index 53989f4..415b534 100644
--- a/patches/index_patch.py
+++ b/patches/index_patch.py
@@ -291,10 +291,5 @@
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 e53a243..24271ee 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