inventory list and stock check
This commit is contained in:
@@ -2,6 +2,7 @@ class Inventory::StockChecksController < BaseInventoryController
|
||||
|
||||
def index
|
||||
@check = StockCheck.new
|
||||
@inventory_definitions = InventoryDefinition.active.all
|
||||
end
|
||||
|
||||
def create
|
||||
|
||||
Reference in New Issue
Block a user