Browse Source

Update bulk upload 2025

CLDC-3787-Autocomplete-address-search
Manny Dinssa 4 days ago
parent
commit
6f2dc9edd3
  1. 1
      app/services/bulk_upload/lettings/year2025/row_parser.rb
  2. 1
      app/services/bulk_upload/sales/year2025/row_parser.rb

1
app/services/bulk_upload/lettings/year2025/row_parser.rb

@ -1336,6 +1336,7 @@ private
attributes["address_line1_input"] = address_line1_input
attributes["postcode_full_input"] = postcode_full
attributes["select_best_address_match"] = true if field_18.blank?
attributes["manual_address_entry_selected"] = field_18.blank?
end
attributes

1
app/services/bulk_upload/sales/year2025/row_parser.rb

@ -961,6 +961,7 @@ private
attributes["address_line1_input"] = address_line1_input
attributes["postcode_full_input"] = postcode_full
attributes["select_best_address_match"] = true if field_16.blank?
attributes["manual_address_entry_selected"] = field_16.blank?
attributes["ethnic_group2"] = infer_buyer2_ethnic_group_from_ethnic
attributes["ethnicbuy2"] = field_37

Loading…
Cancel
Save