Browse Source

feat: change domestic abuse answer opts

pull/1391/head
Sam Seed 3 years ago
parent
commit
9d8091a231
  1. 7
      app/models/form/lettings/questions/reason.rb

7
app/models/form/lettings/questions/reason.rb

@ -58,8 +58,11 @@ class Form::Lettings::Questions::Reason < ::Form::Question
"17" => { "17" => {
"value" => "To move nearer to work", "value" => "To move nearer to work",
}, },
"7" => { "48" => {
"value" => "Domestic abuse", "value" => "Domestic abuse - previously joint tenancy with partner",
},
"49" => {
"value" => "Domestic abuse - other",
}, },
"31" => { "31" => {
"value" => "Hate crime", "value" => "Hate crime",

Loading…
Cancel
Save