From 3bc240301fa54e15a2b6d0d729a22a9b9ad82da5 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Tue, 10 Mar 2026 18:11:32 +0000 Subject: [PATCH] fixup! CLDC-4184: Update question numbers to match paper form add missing 2026 question --- .../form/sales/questions/person_sex_registered_at_birth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/form/sales/questions/person_sex_registered_at_birth.rb b/app/models/form/sales/questions/person_sex_registered_at_birth.rb index f701975e8..0828dbbcf 100644 --- a/app/models/form/sales/questions/person_sex_registered_at_birth.rb +++ b/app/models/form/sales/questions/person_sex_registered_at_birth.rb @@ -16,7 +16,7 @@ class Form::Sales::Questions::PersonSexRegisteredAtBirth < ::Form::Question "R" => { "value" => "Person prefers not to say" }, }.freeze - BASE_QUESTION_NUMBERS = { 2023 => 30, 2024 => 32, 2025 => 31 }.freeze + BASE_QUESTION_NUMBERS = { 2023 => 30, 2024 => 32, 2025 => 31, 2026 => 31 }.freeze def label_from_value(value, _log = nil, _user = nil) return unless value