mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
[patches] [fix] fixed an old patch
This commit is contained in:
@@ -13,9 +13,6 @@ def execute():
|
|||||||
if doctype in singles:
|
if doctype in singles:
|
||||||
update_file_list(doctype, 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]])
|
# export_to_files([["DocType", doctype]])
|
||||||
|
|
||||||
def get_single_doctypes():
|
def get_single_doctypes():
|
||||||
|
|||||||
Reference in New Issue
Block a user