Browse Source

Update discount attribute to be saved as a float

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

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

@ -267,7 +267,7 @@ class BulkUpload::Sales::Year2025::RowParser
attribute :field_112, :integer attribute :field_112, :integer
attribute :field_113, :integer attribute :field_113, :integer
attribute :field_114, :integer attribute :field_114, :integer
attribute :field_115, :integer attribute :field_115, :decimal
attribute :field_116, :integer attribute :field_116, :integer
attribute :field_117, :integer attribute :field_117, :integer
attribute :field_118, :integer attribute :field_118, :integer

Loading…
Cancel
Save