From f8d414a08931f7c986376c9b0fddec4aa8311fb3 Mon Sep 17 00:00:00 2001 From: velgush <110613512+velgush@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:17:19 +0300 Subject: [PATCH] Update cancellation_reason_type.json add noOffer https://prozorro-ua.atlassian.net/browse/CS-17628 --- codelists/cancellation_reason_type.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codelists/cancellation_reason_type.json b/codelists/cancellation_reason_type.json index 3aea55c8..d8920dbd 100644 --- a/codelists/cancellation_reason_type.json +++ b/codelists/cancellation_reason_type.json @@ -7,6 +7,10 @@ "title_uk": "неможливість усунення виявлених порушень законодавства у сфері публічних закупівель", "title_en": "can not fix revealed violations of the law in the scope of public procurement" }, + "noOffer": { + "title_uk": "Подано менше 2 тендерних пропозицій", + "title_en": "Less than two bids were submitted" + }, "forceMajeure": { "title_uk": "неможливість здійснення закупівлі унаслідок непереборної сили", "title_en": "can not do a procurement due to force majeure conditions"