diff --git a/app/models/form/lettings/questions/referral_prp.rb b/app/models/form/lettings/questions/referral_prp.rb index 36dc247b7..69a42bed5 100644 --- a/app/models/form/lettings/questions/referral_prp.rb +++ b/app/models/form/lettings/questions/referral_prp.rb @@ -45,6 +45,9 @@ class Form::Lettings::Questions::ReferralPrp < ::Form::Question "13" => { "value" => "Youth offending team", }, + "17" => { + "value" => "Children’s Social Care", + }, "16" => { "value" => "Other", }, diff --git a/app/models/form/lettings/questions/referral_supported_housing.rb b/app/models/form/lettings/questions/referral_supported_housing.rb index 5ec9de70e..68b9fd8e7 100644 --- a/app/models/form/lettings/questions/referral_supported_housing.rb +++ b/app/models/form/lettings/questions/referral_supported_housing.rb @@ -45,6 +45,9 @@ class Form::Lettings::Questions::ReferralSupportedHousing < ::Form::Question "13" => { "value" => "Youth offending team", }, + "17" => { + "value" => "Children’s Social Care", + }, "16" => { "value" => "Other", }, diff --git a/app/models/form/lettings/questions/referral_supported_housing_prp.rb b/app/models/form/lettings/questions/referral_supported_housing_prp.rb index 4824dd6c5..32fb474ed 100644 --- a/app/models/form/lettings/questions/referral_supported_housing_prp.rb +++ b/app/models/form/lettings/questions/referral_supported_housing_prp.rb @@ -24,6 +24,7 @@ class Form::Lettings::Questions::ReferralSupportedHousingPrp < ::Form::Question "12" => { "value" => "Police, probation or prison" }, "7" => { "value" => "Voluntary agency" }, "13" => { "value" => "Youth offending team" }, + "17" => { "value" => "Children’s Social Care" }, "16" => { "value" => "Other" }, }.freeze end diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index db11b0950..66b975d9c 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -7081,6 +7081,9 @@ "13": { "value": "Youth offending team" }, + "17": { + "value": "Children’s Social Care" + }, "16": { "value": "Other" } @@ -7138,6 +7141,9 @@ "13": { "value": "Youth offending team" }, + "17": { + "value": "Children’s Social Care" + }, "16": { "value": "Other" } @@ -7198,6 +7204,9 @@ "13": { "value": "Youth offending team" }, + "17": { + "value": "Children’s Social Care" + }, "16": { "value": "Other" }