Browse Source

update values

CLDC-1474-sales-setup-ownership-scheme
Dushan Despotovic 2 years ago
parent
commit
7c3ba7befb
  1. 6
      app/models/form/sales/questions/ownership_scheme.rb

6
app/models/form/sales/questions/ownership_scheme.rb

@ -10,8 +10,8 @@ class Form::Sales::Questions::OwnershipScheme < ::Form::Question
end
ANSWER_OPTIONS = {
"1" => { "value" => "Shared ownership" },
"2" => { "value" => "Discounted ownership" },
"3" => { "value" => "Outright or other" },
"1" => { "value" => "Yes - a shared ownership scheme" },
"2" => { "value" => "Yes - a discounted ownership scheme" },
"3" => { "value" => "No - this is an outright or other sale" },
}.freeze
end

Loading…
Cancel
Save