Skip to content

Commit

Permalink
Allow changing the address search value
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinssa committed Feb 3, 2025
1 parent 7dc86f8 commit c750f4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/models/derived_variables/lettings_log_variables.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def set_derived_fields!
self.la = nil
self.address_line1_input = nil
self.postcode_full_input = nil
self.address_search = nil
end
self.uprn_known = 1
self.uprn_confirmed = 1
Expand Down
1 change: 0 additions & 1 deletion app/models/derived_variables/sales_log_variables.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def set_derived_fields!
self.la = nil
self.address_line1_input = nil
self.postcode_full_input = nil
self.address_search = nil
end
self.uprn_known = 1
self.uprn_confirmed = 1
Expand Down

0 comments on commit c750f4b

Please sign in to comment.