Skip to content

Commit

Permalink
Merge ea1b268 into cd990e8
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmbdsm committed Feb 28, 2019
2 parents cd990e8 + ea1b268 commit c48e65d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openprocurement/contracting/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@ def get_contract(model):
class Document(BaseDocument):
""" Contract Document """
documentType_choices = (
'act',
'admissionProtocol',
'approvalProtocol',
'auctionProtocol',
'conflictOfInterest',
'contractAnnexe',
'contractArrangements',
Expand All @@ -148,6 +151,7 @@ class Document(BaseDocument):
'registerExtract',
'rejectionProtocol',
'subContract',
'winningBid',
)
documentOf = StringType(
required=True,
Expand Down

0 comments on commit c48e65d

Please sign in to comment.