ccs-digitalmarketplace-frameworks 4.4.29 → 4.4.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19,6 +19,14 @@
|
|
|
19
19
|
questions:
|
|
20
20
|
- multiqTenderInformation
|
|
21
21
|
|
|
22
|
+
|
|
23
|
+
- name: Mandatory and discretionary exclusion grounds
|
|
24
|
+
slug: mandatory-and-discretionary-exclusion-grounds
|
|
25
|
+
editable: True
|
|
26
|
+
prefill: False
|
|
27
|
+
questions:
|
|
28
|
+
- mandatoryAndDiscretionaryExclusionGrounds
|
|
29
|
+
|
|
22
30
|
- name: Subcontractor details
|
|
23
31
|
slug: subcontractor-details
|
|
24
32
|
editable: True
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
name: Mandatory and discretionary exclusion grounds
|
|
2
|
+
question: "Exclusion grounds"
|
|
3
|
+
question_advice: >
|
|
4
|
+
Have you or any of your connected persons declared in your core supplier information any offences listed as 'mandatory exclusion grounds' and 'discretionary exclusion grounds' in the Procurement Act 2023?
|
|
5
|
+
|
|
6
|
+
type: boolean
|
|
7
|
+
|
|
8
|
+
validations:
|
|
9
|
+
-
|
|
10
|
+
name: answer_required
|
|
11
|
+
message: You must select an option
|