Browse Source

Fix proplen number for 2024

pull/2936/head
Kat 3 months ago
parent
commit
01136bfe24
  1. 2
      app/models/form/sales/questions/living_before_purchase_years.rb

2
app/models/form/sales/questions/living_before_purchase_years.rb

@ -18,7 +18,7 @@ class Form::Sales::Questions::LivingBeforePurchaseYears < ::Form::Question
QUESTION_NUMBER_FROM_YEAR_AND_OWNERSHIP = { QUESTION_NUMBER_FROM_YEAR_AND_OWNERSHIP = {
2023 => { 1 => 75, 2 => 99 }, 2023 => { 1 => 75, 2 => 99 },
2024 => { 1 => 77, 2 => 101 }, 2024 => { 1 => 77, 2 => 100 },
2025 => { 1 => 75, 2 => 102 }, 2025 => { 1 => 75, 2 => 102 },
}.freeze }.freeze
end end

Loading…
Cancel
Save