Merge branch 'license'

This commit is contained in:
Yan
2017-11-29 18:07:27 +06:30
13 changed files with 465 additions and 305 deletions

View File

@@ -160,6 +160,5 @@ class SaleItem < ApplicationRecord
private
def generate_custom_id
self.sale_item_id = SeedGenerator.generate_id(self.class.name, "SLI")
end
end