@ -3,7 +3,6 @@ class Form::Sales::Subsections::DiscountedOwnershipScheme < ::Form::Subsection
super
@id = "discounted_ownership_scheme"
@label = "Discounted ownership scheme"
@section = section
@depends_on = [{ "ownershipsch" => 2, "setup_completed?" => true }]
end
@ -3,7 +3,6 @@ class Form::Sales::Subsections::HouseholdCharacteristics < ::Form::Subsection
@id = "household_characteristics"
@label = "Household characteristics"
@depends_on = [{ "setup_completed?" => true }]
@ -3,7 +3,6 @@ class Form::Sales::Subsections::HouseholdNeeds < ::Form::Subsection
@id = "household_needs"
@label = "Household needs"
@ -3,7 +3,6 @@ class Form::Sales::Subsections::HouseholdSituation < ::Form::Subsection
@id = "household_situation"
@label = "Household situation"
@ -3,7 +3,6 @@ class Form::Sales::Subsections::IncomeBenefitsAndSavings < ::Form::Subsection
@id = "income_benefits_and_savings"
@label = "Income, benefits and savings"
@ -3,7 +3,6 @@ class Form::Sales::Subsections::OutrightSale < ::Form::Subsection
@id = "outright_sale"
@label = "Outright sale"
@depends_on = [{ "ownershipsch" => 3, "setup_completed?" => true }]
@ -3,7 +3,6 @@ class Form::Sales::Subsections::PropertyInformation < ::Form::Subsection
@id = "property_information"
@label = "Property information"
@ -3,7 +3,6 @@ class Form::Sales::Subsections::Setup < ::Form::Subsection
@id = "setup"
@label = "Set up this sales log"
def pages
@ -3,7 +3,6 @@ class Form::Sales::Subsections::SharedOwnershipScheme < ::Form::Subsection
@id = "shared_ownership_scheme"
@label = "Shared ownership scheme"
@depends_on = [{ "ownershipsch" => 1, "setup_completed?" => true }]