Browse Source

deposit fields as decimal

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

4
app/services/bulk_upload/sales/year2025/row_parser.rb

@ -241,7 +241,7 @@ class BulkUpload::Sales::Year2025::RowParser
attribute :field_88, :integer
attribute :field_89, :integer
attribute :field_90, :integer
attribute :field_91, :integer
attribute :field_91, :decimal
attribute :field_92, :integer
attribute :field_93, :decimal
attribute :field_94, :decimal
@ -272,7 +272,7 @@ class BulkUpload::Sales::Year2025::RowParser
attribute :field_117, :integer
attribute :field_118, :integer
attribute :field_119, :integer
attribute :field_120, :integer
attribute :field_120, :decimal
attribute :field_121, :integer
validates :field_1,

Loading…
Cancel
Save