Browse Source

Add outside England options to past LA question (#184)

pull/185/head
baarkerlounger 3 years ago committed by GitHub
parent
commit
8c39e7ad57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/models/constants/case_log.rb
  2. 6
      config/forms/2021_2022.json

4
app/models/constants/case_log.rb

@ -974,6 +974,10 @@ module Constants::CaseLog
"Wyre" => "E07000128",
"Wyre Forest" => "E07000239",
"York" => "E06000014",
"Northern Ireland" => "N92000002",
"Scotland" => "S92000003",
"Wales" => "W92000004",
"Outside UK" => "9300000XX",
}.freeze
ARMED_FORCES = {

6
config/forms/2021_2022.json

@ -2394,7 +2394,11 @@
"E07000238": "Wychavon",
"E07000128": "Wyre",
"E07000239": "Wyre Forest",
"E06000014": "York"
"E06000014": "York",
"N92000002": "Northern Ireland",
"S92000003": "Scotland",
"W92000004": "Wales",
"9300000XX": "Outside UK"
}
}
}

Loading…
Cancel
Save