Skip to content

Commit 629eaaa

Browse files
committed
Switch procurementMethod to selective
1 parent 18232fd commit 629eaaa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • src/openprocurement/tender/pricequotation/models

src/openprocurement/tender/pricequotation/models/tender.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ class Options:
187187
ModelType(Document, required=True), default=list()
188188
) # All documents and attachments related to the tender.
189189
guarantee = ModelType(Guarantee)
190+
procurementMethod = StringType(
191+
choices=["open", "selective", "limited"], default="selective"
192+
)
190193
procurementMethodType = StringType(default=PMT)
191194
profile = StringType()
192195
shortlistedFirms = ListType(ModelType(ShortlistedFirm), default=list())

0 commit comments

Comments
 (0)