Skip to content

Commit

Permalink
Add Breckland, King's Lynn, North and South Norfolk, and Norwich to B…
Browse files Browse the repository at this point in the history
…roadland Custom Confirmation Message
  • Loading branch information
CalPinSW committed Jan 31, 2024
1 parent dfed241 commit d829c2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HerPublicWebsite/Controllers/QuestionnaireController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,11 @@ private static string GetLocalAuthorityPendingMessagePartialViewPath(Questionnai
var partialViewName = questionnaire.CustodianCode switch
{
"2610" => "Broadland",
"2605" => "Broadland",
"2620" => "Broadland",
"2625" => "Broadland",
"2630" => "Broadland",
"2635" => "Broadland",
_ => "Default"
};
return $"~/Views/Partials/LocalAuthorityMessages/Pending/{partialViewName}.cshtml";
Expand Down

0 comments on commit d829c2d

Please sign in to comment.