Skip to content

Commit

Permalink
Merge branch 'a142022530357637_fix_journal_logging'
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Jun 9, 2016
2 parents 8b3c9a0 + 72146af commit b0020cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/contracting/api/databridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def get_tender_contracts(self):
"CONTRACT_ID": contract['id']}))
continue

contract['tender_id'] = tender['id']
contract['tender_id'] = tender['id']
contract['procuringEntity'] = tender['procuringEntity']

if not contract.get('items'):
Expand Down

0 comments on commit b0020cd

Please sign in to comment.