diff --git a/app/models/form/sales/questions/living_before_purchase_years.rb b/app/models/form/sales/questions/living_before_purchase_years.rb index 6cc62b133..d2df3209b 100644 --- a/app/models/form/sales/questions/living_before_purchase_years.rb +++ b/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 = { 2023 => { 1 => 75, 2 => 99 }, - 2024 => { 1 => 77, 2 => 101 }, + 2024 => { 1 => 77, 2 => 100 }, 2025 => { 1 => 75, 2 => 102 }, }.freeze end