Browse Source

fixup! CLDC-4204: Renumber fields to match spec

update dupe fields comment

Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
pull/3223/head
Samuel Young 1 week ago committed by GitHub
parent
commit
7351db991e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/services/bulk_upload/sales/year2026/row_parser.rb

2
app/services/bulk_upload/sales/year2026/row_parser.rb

@ -155,7 +155,7 @@ class BulkUpload::Sales::Year2026::RowParser
CASE_INSENSITIVE_FIELDS = [
:field_29, # Age of buyer 1
:field_38, # Age of person 2
:field_38, # Age of buyer/person 2
:field_48, # Age of person 3
:field_54, # Age of person 4
:field_60, # Age of person 5

Loading…
Cancel
Save