mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
[files] [cleanup/redesign] removed the old file_list structure and also added file listing in setup
This commit is contained in:
@@ -3,7 +3,7 @@ from webnotes.modules.export_file import export_to_files
|
|||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
webnotes.reload_doc("core", "doctype", "file_data")
|
webnotes.reload_doc("core", "doctype", "file_data")
|
||||||
webontes.reset_perms("File Data")
|
webnotes.reset_perms("File Data")
|
||||||
|
|
||||||
singles = webnotes.conn.sql_list("""select name from tabDocType
|
singles = webnotes.conn.sql_list("""select name from tabDocType
|
||||||
where ifnull(issingle,0)=1""")
|
where ifnull(issingle,0)=1""")
|
||||||
|
|||||||
Reference in New Issue
Block a user