Browse Source

Add option to referral PRP general needs questions

pull/1910/head
Kat 3 years ago
parent
commit
57228e8be4
  1. 3
      app/models/form/lettings/questions/referral_prp.rb
  2. 5
      config/forms/2022_2023.json

3
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",
},

5
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"

Loading…
Cancel
Save