Browse Source

Switch responses order

pull/2990/head
Manny Dinssa 2 months ago
parent
commit
f36f7d2fc9
  1. 4
      app/models/form/lettings/questions/reason.rb

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

@ -46,9 +46,9 @@ class Form::Lettings::Questions::Reason < ::Form::Question
"18" => { "value" => "To move to accommodation with support" },
"19" => { "value" => "To move to independent accommodation" },
"20" => { "value" => "Other" },
"28" => { "value" => "Don’t know" },
"divider" => { "value" => true },
"47" => { "value" => "Tenant prefers not to say" },
"divider" => { "value" => true },
"28" => { "value" => "Don’t know" },
}.freeze
end

Loading…
Cancel
Save