Browse Source

feat: infer uprn_known

pull/1625/head
natdeanlewissoftwire 3 years ago
parent
commit
46d574dc78
  1. 1
      app/services/bulk_upload/sales/year2023/row_parser.rb

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

@ -816,6 +816,7 @@ private
attributes["mortgageused"] = mortgageused
attributes["uprn"] = field_19
attributes["uprn_known"] = field_19.present? ? 1 : 0
attributes["address_line1"] = field_20
attributes["address_line2"] = field_21
attributes["town_or_city"] = field_22

Loading…
Cancel
Save