|
|
|
@ -3,9 +3,7 @@ class Form::Sales::Pages::MortgageAmount < ::Form::Page |
|
|
|
super(id, hsh, subsection) |
|
|
|
super(id, hsh, subsection) |
|
|
|
@ownershipsch = ownershipsch |
|
|
|
@ownershipsch = ownershipsch |
|
|
|
@header = "Mortgage Amount" |
|
|
|
@header = "Mortgage Amount" |
|
|
|
@depends_on = [{ |
|
|
|
@depends_on = [{ "mortgage_used?" => true }] |
|
|
|
"mortgageused" => 1, |
|
|
|
|
|
|
|
}] |
|
|
|
|
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def questions |
|
|
|
def questions |
|
|
|
|