Browse Source

mscharge fields as decimal

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

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

@ -273,7 +273,7 @@ class BulkUpload::Sales::Year2025::RowParser
attribute :field_118, :integer attribute :field_118, :integer
attribute :field_119, :integer attribute :field_119, :integer
attribute :field_120, :decimal attribute :field_120, :decimal
attribute :field_121, :integer attribute :field_121, :decimal
validates :field_1, validates :field_1,
presence: { presence: {

Loading…
Cancel
Save