From 00d9a9afda97000621b8879ab6cae2d80ddbd916 Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Fri, 20 Feb 2026 16:45:23 +0000 Subject: [PATCH] CLDC-4140: update row parser field types --- app/services/bulk_upload/lettings/year2026/row_parser.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/services/bulk_upload/lettings/year2026/row_parser.rb b/app/services/bulk_upload/lettings/year2026/row_parser.rb index 1aed5efa8..b73bf792a 100644 --- a/app/services/bulk_upload/lettings/year2026/row_parser.rb +++ b/app/services/bulk_upload/lettings/year2026/row_parser.rb @@ -304,13 +304,13 @@ class BulkUpload::Lettings::Year2026::RowParser attribute :field_128, :integer attribute :field_129, :decimal - attribute :field_130, :string + attribute :field_130, :integer attribute :field_131, :string - attribute :field_132, :string + attribute :field_132, :integer attribute :field_133, :string - attribute :field_134, :string + attribute :field_134, :integer attribute :field_135, :string - attribute :field_136, :string + attribute :field_136, :integer attribute :field_137, :string attribute :field_138, :integer attribute :field_139, :string