From 70b4fc155a669af2c0507542d4527b83c84b3809 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Fri, 20 Jan 2023 15:16:12 +0000 Subject: [PATCH] fix bulk upload age data types --- app/services/bulk_upload/lettings/row_parser.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/services/bulk_upload/lettings/row_parser.rb b/app/services/bulk_upload/lettings/row_parser.rb index 47a53c103..d9a4a3e95 100644 --- a/app/services/bulk_upload/lettings/row_parser.rb +++ b/app/services/bulk_upload/lettings/row_parser.rb @@ -15,14 +15,14 @@ class BulkUpload::Lettings::RowParser attribute :field_9, :integer attribute :field_10, :string attribute :field_11, :integer - attribute :field_12, :string - attribute :field_13, :string - attribute :field_14, :string - attribute :field_15, :string - attribute :field_16, :string - attribute :field_17, :string - attribute :field_18, :string - attribute :field_19, :string + attribute :field_12, :integer + attribute :field_13, :integer + attribute :field_14, :integer + attribute :field_15, :integer + attribute :field_16, :integer + attribute :field_17, :integer + attribute :field_18, :integer + attribute :field_19, :integer attribute :field_20, :string attribute :field_21, :string attribute :field_22, :string