mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
[patch] [fix] commented out export_to_files call in p05_update_file_data patch
This commit is contained in:
@@ -26,7 +26,7 @@ def execute():
|
|||||||
|
|
||||||
webnotes.conn.sql("""delete from tabDocField where fieldname='file_list'
|
webnotes.conn.sql("""delete from tabDocField where fieldname='file_list'
|
||||||
and parent=%s""", doctype)
|
and parent=%s""", doctype)
|
||||||
export_to_files([["DocType", doctype]])
|
# export_to_files([["DocType", doctype]])
|
||||||
|
|
||||||
def update_for_doc(doctype, doc):
|
def update_for_doc(doctype, doc):
|
||||||
for filedata in doc.file_list.split("\n"):
|
for filedata in doc.file_list.split("\n"):
|
||||||
|
|||||||
Reference in New Issue
Block a user