mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
Merge branch 'edge' of github.com:webnotes/erpnext into webshop
Conflicts: patches/april_2013/p05_update_file_data.py
This commit is contained in:
@@ -8,10 +8,10 @@ def execute():
|
||||
|
||||
for doctype in webnotes.conn.sql_list("""select parent from tabDocField where
|
||||
fieldname='file_list'"""):
|
||||
update_file_list(doctype, singles)
|
||||
# the other scenario is handled in p07_update_file_data_2
|
||||
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