[run method] [fix] removed add_file_list, since it is not required anymore
This commit is contained in:
parent
04be6fcabd
commit
f9ac64e28e
1 changed files with 0 additions and 3 deletions
|
|
@ -64,9 +64,6 @@ def runserverobj():
|
|||
else:
|
||||
webnotes.response['message'] = r
|
||||
|
||||
from webnotes.widgets.form.load import add_file_list
|
||||
add_file_list(so.doc.doctype, so.doc.name, so.doclist)
|
||||
|
||||
webnotes.response['docs'] += so.doclist
|
||||
|
||||
def check_guest_access(doc):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue