merge with r-19
This commit is contained in:
@@ -280,6 +280,11 @@ class SaleItem < ApplicationRecord
|
||||
|
||||
# Loader Service SFTP End
|
||||
|
||||
protected
|
||||
def self.generate_ids(count = 1)
|
||||
SeedGenerator.generate_ids(self.name, "SLI", count)
|
||||
end
|
||||
|
||||
private
|
||||
def generate_custom_id
|
||||
if self.sale_item_id.nil?
|
||||
|
||||
Reference in New Issue
Block a user