|
|
|
@ -2,7 +2,7 @@ class Form::Sales::Pages::AddressFallback < ::Form::Page
|
|
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
|
super |
|
|
|
|
@id = "address" |
|
|
|
|
@copy_key = "sales.property.address" |
|
|
|
|
@copy_key = "sales.property_information.address" |
|
|
|
|
@depends_on = [ |
|
|
|
|
{ "uprn_known" => nil, "uprn_selection" => "uprn_not_listed" }, |
|
|
|
|
{ "uprn_known" => 0, "uprn_selection" => "uprn_not_listed" }, |
|
|
|
|