Skip to content

Commit

Permalink
Merge pull request #31 from gorserg/copy_features
Browse files Browse the repository at this point in the history
copy features in stage2
  • Loading branch information
kroman0 committed Jul 21, 2016
2 parents 43402c9 + 88bfca6 commit c5312e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/tender/competitivedialogue/databridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ 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')
'description_ru', 'title', 'minimalStep', 'value', 'procuringEntity', 'features')
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 c5312e6

Please sign in to comment.