Skip to content

Commit

Permalink
Merge pull request #16 from openprocurement/a148438653129104_update_a…
Browse files Browse the repository at this point in the history
…fter

Fixed listing with fields
  • Loading branch information
kroman0 committed Jul 11, 2016
2 parents 5b97416 + 7570a25 commit 9facf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/contracting/api/views/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def get(self):

results = [
(contract_serialize(self.request, i[u'doc'], view_fields), i.key)
for i in view()
for i in view(include_docs=True)
]
else:
results = [
Expand Down

0 comments on commit 9facf7d

Please sign in to comment.