From 76611145dc9639c2fee98f9b2c8d243b168f2411 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Mon, 22 May 2023 15:28:23 +0100 Subject: [PATCH] add missing i18n param --- app/services/bulk_upload/sales/year2023/row_parser.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/services/bulk_upload/sales/year2023/row_parser.rb b/app/services/bulk_upload/sales/year2023/row_parser.rb index f1099c321..f2c3e6d8b 100644 --- a/app/services/bulk_upload/sales/year2023/row_parser.rb +++ b/app/services/bulk_upload/sales/year2023/row_parser.rb @@ -345,6 +345,7 @@ class BulkUpload::Sales::Year2023::RowParser in: [2, 30, 18, 16, 24, 28, 31, 32], if: proc { field_8.present? }, category: :setup, + question: QUESTIONS[:field_8].downcase, }, on: :before_log @@ -361,6 +362,7 @@ class BulkUpload::Sales::Year2023::RowParser in: [8, 14, 27, 9, 29, 21, 22], if: proc { field_9.present? }, category: :setup, + question: QUESTIONS[:field_9].downcase, }, on: :before_log @@ -377,6 +379,7 @@ class BulkUpload::Sales::Year2023::RowParser in: [10, 12], if: proc { field_10.present? }, category: :setup, + question: QUESTIONS[:field_10].downcase, }, on: :before_log