diff --git a/app/models/form/lettings/questions/referral_prp.rb b/app/models/form/lettings/questions/referral_prp.rb index 69a42bed5..8a3f03568 100644 --- a/app/models/form/lettings/questions/referral_prp.rb +++ b/app/models/form/lettings/questions/referral_prp.rb @@ -21,6 +21,9 @@ class Form::Lettings::Questions::ReferralPrp < ::Form::Question "3" => { "value" => "Nominated by a local housing authority", }, + "4" => { + "value" => "Referred by local authority housing department", + }, "8" => { "value" => "Re-located through official housing mobility scheme", }, diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index 66b975d9c..3d0f12d75 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -7057,6 +7057,9 @@ "3": { "value": "Nominated by a local housing authority" }, + "4" : { + "value" : "Referred by local authority housing department" + }, "8": { "value": "Re-located through official housing mobility scheme" }, @@ -7115,7 +7118,7 @@ "value": "Tenant applied directly (no referral)" }, "3": { - "value": "Referred by local authority housing department" + "value": "Nominated by a local housing authority" }, "8": { "value": "Re-located through official housing mobility scheme"