Skip to content

Commit

Permalink
Merge pull request #47 from gorserg/bridge_copy_procurementMethodDetails
Browse files Browse the repository at this point in the history
copy procurementMethodDetails if it's exists
  • Loading branch information
kroman0 committed Aug 2, 2016
2 parents cbcdaf7 + 65ff97c commit 567b579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openprocurement/tender/competitivedialogue/databridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def prepare_lot(orig_tender, lot_id, items):
class CompetitiveDialogueDataBridge(object):
""" Competitive Dialogue Data Bridge """
copy_name_fields = ('title_ru', 'mode', 'procurementMethodDetails', 'title_en', 'description', 'description_en',
'description_ru', 'title', 'minimalStep', 'value', 'procuringEntity', 'features')
'description_ru', 'title', 'minimalStep', 'value', 'procuringEntity', 'features',
'procurementMethodDetails')
rewrite_statuses = ['draft']
allowed_statuses = ['active.tendering', 'active.pre-qualification', 'active.pre-qualification.stand-still',
'active.auction', 'active.qualification', 'active.awarded', 'complete', 'cancelled',
Expand Down

0 comments on commit 567b579

Please sign in to comment.