Add toggle complete; improve quick entry for receiving batch API

This commit is contained in:
Lance Edgar 2019-11-13 14:05:38 -06:00
parent d42c2fabb9
commit 6a98dcc169
2 changed files with 37 additions and 0 deletions

View file

@ -262,6 +262,7 @@ class APIBatchRowView(APIBatchMixin, APIMasterView):
msg = "Feature is not implemented"
return {'error': msg}
self.Session.flush()
result = self._get(obj=row)
result['ok'] = True
return result