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