Browse Source

add missing bulk upload error mappings

bulk-upload-resume
Phil Lee 2 years ago
parent
commit
38797d5cb4
  1. 1
      app/services/bulk_upload/lettings/year2022/row_parser.rb
  2. 1
      app/services/bulk_upload/lettings/year2023/row_parser.rb

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

@ -759,6 +759,7 @@ private
cbl: %i[field_75],
chr: %i[field_76],
cap: %i[field_77],
letting_allocation: %i[field_75 field_76 field_77],
referral: %i[field_78],

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

@ -746,6 +746,7 @@ private
cbl: %i[field_116],
chr: %i[field_118],
cap: %i[field_117],
letting_allocation: %i[field_116 field_117 field_118],
referral: %i[field_119],

Loading…
Cancel
Save