|
|
@ -2,7 +2,6 @@ class Form::Sales::Pages::MortgageAmount < ::Form::Page |
|
|
|
def initialize(id, hsh, subsection, ownershipsch:) |
|
|
|
def initialize(id, hsh, subsection, ownershipsch:) |
|
|
|
super(id, hsh, subsection) |
|
|
|
super(id, hsh, subsection) |
|
|
|
@ownershipsch = ownershipsch |
|
|
|
@ownershipsch = ownershipsch |
|
|
|
@copy_key = "sales.sale_information.mortgage" |
|
|
|
|
|
|
|
@depends_on = [{ "mortgage_used?" => true }] |
|
|
|
@depends_on = [{ "mortgage_used?" => true }] |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|