|
|
|
@ -40,7 +40,7 @@ class Form::Sales::Subsections::SharedOwnershipInitialPurchase < ::Form::Subsect |
|
|
|
Form::Sales::Pages::SharedOwnershipDepositValueCheck.new("shared_ownership_deposit_value_check", nil, self), |
|
|
|
Form::Sales::Pages::SharedOwnershipDepositValueCheck.new("shared_ownership_deposit_value_check", nil, self), |
|
|
|
Form::Sales::Pages::MonthlyRent.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::MonthlyRent.new(nil, nil, self), |
|
|
|
Form::Sales::Pages::ServiceCharge.new("service_charge", nil, self), |
|
|
|
Form::Sales::Pages::ServiceCharge.new("service_charge", nil, self), |
|
|
|
Form::Sales::Pages::MonthlyChargesValueCheck.new("monthly_charges_shared_ownership_value_check", nil, self), |
|
|
|
Form::Sales::Pages::MonthlyChargesValueCheck.new("monthly_charges_initial_purchase_value_check", nil, self), |
|
|
|
Form::Sales::Pages::EstateManagementFee.new("estate_management_fee", nil, self), |
|
|
|
Form::Sales::Pages::EstateManagementFee.new("estate_management_fee", nil, self), |
|
|
|
].compact |
|
|
|
].compact |
|
|
|
end |
|
|
|
end |
|
|
|
|