fixed inventory

This commit is contained in:
NyanLinHtut
2019-09-13 21:13:04 +06:30
parent e0b54728f7
commit 4808947fcd
9 changed files with 228 additions and 172 deletions

View File

@@ -80,7 +80,7 @@ class Origami::SalesController < BaseOrigamiController
# if !sale_data.empty?
# InventoryJob.perform_now(self.id)
# InventoryDefinition.calculate_product_count(nil,sale_data)
end
# end
end
end