|
|
@ -2,7 +2,6 @@ class Form::Sales::Questions::NoAddressFound < ::Form::Question |
|
|
|
def initialize(id, hsh, page) |
|
|
|
def initialize(id, hsh, page) |
|
|
|
super |
|
|
|
super |
|
|
|
@id = "address_search_value_check" |
|
|
|
@id = "address_search_value_check" |
|
|
|
@copy_key = "sales.property.address_search_value_check" |
|
|
|
|
|
|
|
@type = "interruption_screen" |
|
|
|
@type = "interruption_screen" |
|
|
|
@hidden_in_check_answers = true |
|
|
|
@hidden_in_check_answers = true |
|
|
|
end |
|
|
|
end |
|
|
|