[patches] [fix] fixed an old patch

This commit is contained in:
Anand Doshi 2013-05-16 16:15:19 +05:30
parent 9a22e3f1db
commit 27ff675a07

View File

@ -13,9 +13,6 @@ def execute():
if doctype in singles:
update_file_list(doctype, singles)
webnotes.conn.sql("""delete from tabDocField where fieldname='file_list'
and parent=%s""", doctype)
# export_to_files([["DocType", doctype]])
def get_single_doctypes():