runserverobj fix

This commit is contained in:
Rushabh Mehta 2011-07-06 15:17:02 +05:30
parent a3840b13b0
commit 5e463ab4ad

View file

@ -209,7 +209,7 @@ def runserverobj():
else:
webnotes.response['message'] = r
webnotes.response['docs'] = so.doclist
webnotes.response['docs'] =[so.doc] + so.doclist
def make_csv_output(res, dt):
import webnotes