Skip to content

Commit

Permalink
Merge pull request #66 from gorserg/add_fields
Browse files Browse the repository at this point in the history
Add fields
  • Loading branch information
kroman0 committed Aug 26, 2016
2 parents 16b79dd + 11e24e0 commit 0fc5d0c
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 @@ -94,7 +94,7 @@ 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',
'procurementMethodDetails')
'submissionMethodDetails')
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 0fc5d0c

Please sign in to comment.