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) |
||||
super |
||||
@id = "household_needs" |
||||
@id = "other_household_information" |
||||
@label = "Other household information" |
||||
@depends_on = [{ "setup_completed?" => true }] |
||||
end |
Loading…
Reference in new issue