runserverobj fix

This commit is contained in:
Rushabh Mehta 2011-07-06 15:08:32 +05:30
parent c88e58048a
commit a3840b13b0

View file

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