mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-23 16:48:30 +00:00
[patches] [fix] fixed an old patch
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user