From 161ae0ee6356b378d37edbb4e4398d977702744f Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Tue, 11 Mar 2025 18:04:36 +0000 Subject: [PATCH] Stairbought and stairowned fields as decimals --- 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 4847a69a5..5ec416c67 100644 --- a/app/services/bulk_upload/sales/year2025/row_parser.rb +++ b/app/services/bulk_upload/sales/year2025/row_parser.rb @@ -247,8 +247,8 @@ class BulkUpload::Sales::Year2025::RowParser attribute :field_94, :decimal attribute :field_95, :decimal - attribute :field_96, :integer - attribute :field_97, :integer + attribute :field_96, :decimal + attribute :field_97, :decimal attribute :field_98, :integer attribute :field_99, :integer attribute :field_100, :integer