Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/a209967385970878_fix_items_proce…
Browse files Browse the repository at this point in the history
…ssing'
  • Loading branch information
vmaksymiv committed Dec 2, 2016
2 parents 62d5677 + a339abd commit 8185501
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 @@ -284,7 +284,7 @@ def _get_tender_contracts(self):
logger.debug('Copying items from related award {}'.format(award['id']))
contract['items'] = award['items']
else:
logger.debug('Copying items matching related lot {}'.format(award['relatedLot']))
logger.debug('Copying items matching related lot {}'.format(award['lotID']))
contract['items'] = [item for item in tender['items'] if item['relatedLot'] == award['lotID']]
else:
logger.warn('Not found related award for contact {} of tender {}'.format(contract['id'], tender['id']),
Expand Down

0 comments on commit 8185501

Please sign in to comment.