3 changed files with 7 additions and 7 deletions
@ -1,8 +1,8 @@ |
|||||||
class Form::Sales::Subsections::IncomeBenefitsAndOutgoings < ::Form::Subsection |
class Form::Sales::Subsections::IncomeBenefitsAndSavings < ::Form::Subsection |
||||||
def initialize(id, hsh, section) |
def initialize(id, hsh, section) |
||||||
super |
super |
||||||
@id = "income_benefits_and_outgoings" |
@id = "income_benefits_and_savings" |
||||||
@label = "Income, benefits and outgoings" |
@label = "Income, benefits and savings" |
||||||
@section = section |
@section = section |
||||||
@depends_on = [{ "setup_completed?" => true }] |
@depends_on = [{ "setup_completed?" => true }] |
||||||
end |
end |
||||||
Loading…
Reference in new issue