Skip to content

Commit

Permalink
Merge pull request #394 from UKGovernmentBEIS/PC-1492-LA-Onboarding
Browse files Browse the repository at this point in the history
PC-1492: Change selected LA status to Live
  • Loading branch information
Glenn-Clarke authored Dec 2, 2024
2 parents c286b9a + 99d41c9 commit 20f19fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private enum IncomeThreshold
{ "5300", new LocalAuthorityDetails("Enfield Council", Hug2Status.Live, "https://new.enfield.gov.uk/", IncomeBandOptions[IncomeThreshold._36000], "Greater London Authority") },
{ "1535", new LocalAuthorityDetails("Epping Forest District Council", Hug2Status.TakingFutureReferrals, "https://www.eppingforestdc.gov.uk/", IncomeBandOptions[IncomeThreshold._36000], "Cambridgeshire and Peterborough Combined Authority") },
{ "3610", new LocalAuthorityDetails("Epsom and Ewell Borough Council", Hug2Status.Live, "http://www.epsom-ewell.gov.uk/", IncomeBandOptions[IncomeThreshold._36000], "Surrey County Council") },
{ "1025", new LocalAuthorityDetails("Erewash Borough Council", Hug2Status.Pending, "https://www.erewash.gov.uk/", IncomeBandOptions[IncomeThreshold._36000], "Midlands Net Zero Hub") },
{ "1025", new LocalAuthorityDetails("Erewash Borough Council", Hug2Status.Live, "https://www.erewash.gov.uk/", IncomeBandOptions[IncomeThreshold._36000], "Midlands Net Zero Hub") },
{ "1110", new LocalAuthorityDetails("Exeter City Council", Hug2Status.Live, "https://exeter.gov.uk/", IncomeBandOptions[IncomeThreshold._36000], "Devon County Council") },
{ "9065", new LocalAuthorityDetails("Falkirk Council", Hug2Status.NotTakingPart, "https://www.falkirk.gov.uk/", IncomeBandOptions[IncomeThreshold._36000], null) },
{ "1720", new LocalAuthorityDetails("Fareham Borough Council", Hug2Status.Live, "https://www.fareham.gov.uk/", IncomeBandOptions[IncomeThreshold._36000], "Portsmouth City Council") },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ internal static Dictionary<string, Hug2Status> StatusesByCustodianCode()
{ "5300", Live },
{ "1535", TakingFutureReferrals },
{ "3610", Live },
{ "1025", Pending },
{ "1025", Live },
{ "1110", Live },
{ "9065", NotTakingPart },
{ "1720", Live },
Expand Down

0 comments on commit 20f19fc

Please sign in to comment.