From 57228e8be442c841e2da655a2fbc06ed400833c7 Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 12 Sep 2023 12:51:54 +0100 Subject: [PATCH] Add option to referral PRP general needs questions --- app/models/form/lettings/questions/referral_prp.rb | 3 +++ config/forms/2022_2023.json | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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"