[patch] [fix] commented out export_to_files call in p05_update_file_data patch
This commit is contained in:
parent
c9897ff533
commit
4cbeda1ec7
@ -26,7 +26,7 @@ def execute():
|
||||
|
||||
webnotes.conn.sql("""delete from tabDocField where fieldname='file_list'
|
||||
and parent=%s""", doctype)
|
||||
export_to_files([["DocType", doctype]])
|
||||
# export_to_files([["DocType", doctype]])
|
||||
|
||||
def update_for_doc(doctype, doc):
|
||||
for filedata in doc.file_list.split("\n"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user