Browse Source

add missing fields to bulk upload support

pull/1417/head
Phil Lee 3 years ago
parent
commit
17047f4c73
  1. 4
      spec/support/bulk_upload/log_to_csv.rb

4
spec/support/bulk_upload/log_to_csv.rb

@ -27,8 +27,8 @@ class BulkUpload::LogToCsv
def to_2023_row
to_2022_row + [
nil, # needstype,
nil, # location,
log.needstype,
log.location&.id,
nil, # uprn,
nil, # address_line_1,
nil, # address_line_2,

Loading…
Cancel
Save