|
|
|
@ -2,7 +2,9 @@ class Form::Sales::Pages::AboutDepositWithoutDiscount < ::Form::Page |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
super |
|
|
|
super |
|
|
|
@header = "About the deposit" |
|
|
|
@header = "About the deposit" |
|
|
|
@depends_on = [{ "is_type_discount?" => false, "mortgageused" => 1 }] |
|
|
|
@depends_on = [{ "is_type_discount?" => false, "ownershipsch" => 1 }, |
|
|
|
|
|
|
|
{ "ownershipsch" => 2 }, |
|
|
|
|
|
|
|
{ "ownershipsch" => 3, "mortgageused" => 1 }] |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def questions |
|
|
|
def questions |
|
|
|
|