|
|
|
@ -13,6 +13,7 @@ class Form::Sales::Subsections::HouseholdCharacteristics < ::Form::Subsection |
|
|
|
Form::Sales::Pages::Age1.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::Age1.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("age_1_retirement_value_check", nil, self, person_index: 1), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("age_1_retirement_value_check", nil, self, person_index: 1), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("age_1_retirement_value_check_joint_purchase", nil, self, person_index: 1), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("age_1_retirement_value_check_joint_purchase", nil, self, person_index: 1), |
|
|
|
|
|
|
|
Form::Sales::Pages::OldPersonsSharedOwnershipValueCheck.new("age_1_old_persons_shared_ownership_value_check", nil, self), |
|
|
|
Form::Sales::Pages::GenderIdentity1.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::GenderIdentity1.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("gender_1_retirement_value_check", nil, self, person_index: 1), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("gender_1_retirement_value_check", nil, self, person_index: 1), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("gender_1_retirement_value_check_joint_purchase", nil, self, person_index: 1), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("gender_1_retirement_value_check_joint_purchase", nil, self, person_index: 1), |
|
|
|
@ -31,6 +32,7 @@ class Form::Sales::Subsections::HouseholdCharacteristics < ::Form::Subsection |
|
|
|
Form::Sales::Pages::Buyer2RelationshipToBuyer1.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::Buyer2RelationshipToBuyer1.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::Age2.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::Age2.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("age_2_retirement_value_check_joint_purchase", nil, self, person_index: 2), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("age_2_retirement_value_check_joint_purchase", nil, self, person_index: 2), |
|
|
|
|
|
|
|
Form::Sales::Pages::OldPersonsSharedOwnershipValueCheck.new("age_2_old_persons_shared_ownership_value_check", nil, self), |
|
|
|
Form::Sales::Pages::GenderIdentity2.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::GenderIdentity2.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("gender_2_retirement_value_check_joint_purchase", nil, self, person_index: 2), |
|
|
|
Form::Sales::Pages::RetirementValueCheck.new("gender_2_retirement_value_check_joint_purchase", nil, self, person_index: 2), |
|
|
|
Form::Sales::Pages::Buyer2WorkingSituation.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::Buyer2WorkingSituation.new(nil, nil, self), |
|
|
|
|