Browse Source

fixup! CLDC-4168: Add mortgage length known to question page

remove old year numbers
pull/3195/head
samyou-softwire 4 weeks ago
parent
commit
2cd8470d9e
  1. 3
      app/models/form/sales/questions/mortgage_length_known.rb

3
app/models/form/sales/questions/mortgage_length_known.rb

@ -16,9 +16,6 @@ class Form::Sales::Questions::MortgageLengthKnown < ::Form::Question
ANSWER_OPTIONS = { "0" => { "value" => "Yes" }, "1" => { "value" => "No" } }.freeze
QUESTION_NUMBER_FROM_YEAR_AND_OWNERSHIP = {
2023 => { 1 => 93, 2 => 106, 3 => 114 },
2024 => { 1 => 94, 2 => 107, 3 => 114 },
2025 => { 1 => 84, 2 => 108 },
2026 => { 1 => 84, 2 => 108 },
}.freeze
end

Loading…
Cancel
Save