From 36b5b9f07c35920fc42652457fd6711c6f311979 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Tue, 10 Mar 2026 17:43:06 +0000 Subject: [PATCH] fixup! CLDC-4184: Update question numbers to match paper form --- app/models/form/sales/questions/living_before_purchase_years.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 650e3c847..30ff5fe8a 100644 --- a/app/models/form/sales/questions/living_before_purchase_years.rb +++ b/app/models/form/sales/questions/living_before_purchase_years.rb @@ -20,6 +20,6 @@ class Form::Sales::Questions::LivingBeforePurchaseYears < ::Form::Question 2023 => { 1 => 75, 2 => 99 }, 2024 => { 1 => 77, 2 => 100 }, 2025 => { 1 => 75, 2 => 102 }, - 2026 => { "shared_ownership_initial_purchase" => 83, "discounted_ownership_scheme" => 114 }, + 2026 => { "shared_ownership_initial_purchase" => 83, "discounted_ownership_scheme" => 112 }, }.freeze end