kosiakkatrina
2 months ago
committed by
GitHub
8 changed files with 10 additions and 10 deletions
@ -1,7 +1,7 @@ |
|||||||
class Form::Sales::Subsections::HouseholdNeeds < ::Form::Subsection |
class Form::Sales::Subsections::OtherHouseholdInformation < ::Form::Subsection |
||||||
def initialize(id, hsh, section) |
def initialize(id, hsh, section) |
||||||
super |
super |
||||||
@id = "household_needs" |
@id = "other_household_information" |
||||||
@label = "Other household information" |
@label = "Other household information" |
||||||
@depends_on = [{ "setup_completed?" => true }] |
@depends_on = [{ "setup_completed?" => true }] |
||||||
end |
end |
Loading…
Reference in new issue