Fix stock ledger user recording [SCI-10492]

This commit is contained in:
Andrej 2024-03-20 12:27:10 +01:00
parent 3df70bdaf3
commit 374d4d984e

View file

@ -1,7 +1,7 @@
class MyModuleRepositoryRow < ApplicationRecord
include ActionView::Helpers::NumberHelper
attribute :last_modified_by, :integer
attribute :last_modified_by
attribute :comment, :text
belongs_to :assigned_by,