[run method] [fix] removed add_file_list, since it is not required anymore

This commit is contained in:
Anand Doshi 2013-05-30 17:43:03 +05:30
parent 04be6fcabd
commit f9ac64e28e

View file

@ -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):