Browse Source

Stairbought and stairowned fields as decimals

pull/2987/head
Manny Dinssa 2 months ago
parent
commit
161ae0ee63
  1. 4
      app/services/bulk_upload/sales/year2025/row_parser.rb

4
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

Loading…
Cancel
Save