From 519873eb3a7900149aae7fb361c785043538db90 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Tue, 11 Mar 2025 18:11:07 +0000 Subject: [PATCH] mortgage fields as decimal --- app/services/bulk_upload/sales/year2025/row_parser.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/services/bulk_upload/sales/year2025/row_parser.rb b/app/services/bulk_upload/sales/year2025/row_parser.rb index 9cb6b3de7..ccf4f6531 100644 --- a/app/services/bulk_upload/sales/year2025/row_parser.rb +++ b/app/services/bulk_upload/sales/year2025/row_parser.rb @@ -239,7 +239,7 @@ class BulkUpload::Sales::Year2025::RowParser attribute :field_86, :decimal attribute :field_87, :decimal attribute :field_88, :integer - attribute :field_89, :integer + attribute :field_89, :decimal attribute :field_90, :integer attribute :field_91, :decimal attribute :field_92, :decimal @@ -269,7 +269,7 @@ class BulkUpload::Sales::Year2025::RowParser attribute :field_114, :integer attribute :field_115, :decimal attribute :field_116, :integer - attribute :field_117, :integer + attribute :field_117, :decimal attribute :field_118, :integer attribute :field_119, :integer attribute :field_120, :decimal