runserverobj fix
This commit is contained in:
parent
a3840b13b0
commit
5e463ab4ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue