Browse Source

Update 2024 mscharge fields (2/3)

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

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

@ -293,7 +293,7 @@ class BulkUpload::Sales::Year2024::RowParser
attribute :field_121, :integer attribute :field_121, :integer
attribute :field_122, :integer attribute :field_122, :integer
attribute :field_123, :decimal attribute :field_123, :decimal
attribute :field_124, :integer attribute :field_124, :decimal
attribute :field_125, :decimal attribute :field_125, :decimal
attribute :field_126, :integer attribute :field_126, :integer
attribute :field_127, :decimal attribute :field_127, :decimal
@ -301,7 +301,7 @@ class BulkUpload::Sales::Year2024::RowParser
attribute :field_128, :integer attribute :field_128, :integer
attribute :field_129, :integer attribute :field_129, :integer
attribute :field_130, :decimal attribute :field_130, :decimal
attribute :field_131, :integer attribute :field_131, :decimal
validates :field_4, validates :field_4,
presence: { presence: {

Loading…
Cancel
Save