Browse Source

CLDC-4141: change buyer -> lead tenant for lettings log sexrab1

pull/3156/head
Nat Dean-Lewis 2 weeks ago
parent
commit
cfb70dbe9e
  1. 2
      app/models/form/lettings/questions/sex_registered_at_birth1.rb

2
app/models/form/lettings/questions/sex_registered_at_birth1.rb

@ -14,7 +14,7 @@ class Form::Lettings::Questions::SexRegisteredAtBirth1 < ::Form::Question
"F" => { "value" => "Female" },
"M" => { "value" => "Male" },
"divider" => { "value" => true },
"R" => { "value" => "Buyer prefers not to say" },
"R" => { "value" => "Lead tenant prefers not to say" },
}.freeze
QUESTION_NUMBER_FROM_YEAR = { 2026 => 0 }.freeze

Loading…
Cancel
Save