|
|
|
@ -70,8 +70,7 @@ class BulkUpload::SalesLogToCsv |
|
|
|
when 2025 |
|
|
|
when 2025 |
|
|
|
(1..121).to_a |
|
|
|
(1..121).to_a |
|
|
|
when 2026 |
|
|
|
when 2026 |
|
|
|
# TODO: CLDC-4162: Replace with actual field numbers when 2026 format is known |
|
|
|
(1..BulkUpload::Lettings::Year2026::CsvParser::FIELDS).to_a |
|
|
|
(1..121).to_a |
|
|
|
|
|
|
|
else |
|
|
|
else |
|
|
|
raise NotImplementedError "No mapping function implemented for year #{year}" |
|
|
|
raise NotImplementedError "No mapping function implemented for year #{year}" |
|
|
|
end |
|
|
|
end |
|
|
|
|