Skip to content

Commit

Permalink
Merge pull request #241 from UKGovernmentBEIS/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
LadunOmideyiSoftwire authored Jan 31, 2024
2 parents 852fb39 + 1453139 commit ee7f0c2
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 ee7f0c2

Please sign in to comment.