Skip to content

Commit

Permalink
Merge pull request #2455 from alphagov/add-not-applicable-cma-case-ma…
Browse files Browse the repository at this point in the history
…rket-type

Added the "not applicable" market sector option to CMA case definitions
  • Loading branch information
ryanb-gds authored Jul 24, 2023
2 parents 8868f6d + 6144bea commit 934116b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,7 @@
"household-goods-furniture-and-furnishings",
"mineral-extraction-mining-and-quarrying",
"motor-industry",
"not-applicable",
"oil-and-gas-refining-and-petrochemicals",
"paper-printing-and-packaging",
"pharmaceuticals",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,7 @@
"household-goods-furniture-and-furnishings",
"mineral-extraction-mining-and-quarrying",
"motor-industry",
"not-applicable",
"oil-and-gas-refining-and-petrochemicals",
"paper-printing-and-packaging",
"pharmaceuticals",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@
"household-goods-furniture-and-furnishings",
"mineral-extraction-mining-and-quarrying",
"motor-industry",
"not-applicable",
"oil-and-gas-refining-and-petrochemicals",
"paper-printing-and-packaging",
"pharmaceuticals",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@
"label": "Motor industry",
"value": "motor-industry"
},
{
"label": "Not applicable",
"value": "not-applicable"
},
{
"label": "Oil and gas refining and petrochemicals",
"value": "oil-and-gas-refining-and-petrochemicals"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@
"household-goods-furniture-and-furnishings",
"mineral-extraction-mining-and-quarrying",
"motor-industry",
"not-applicable",
"oil-and-gas-refining-and-petrochemicals",
"paper-printing-and-packaging",
"pharmaceuticals",
Expand Down

0 comments on commit 934116b

Please sign in to comment.