update admin bsb for layout inventory

This commit is contained in:
Aung Myo
2017-10-23 10:54:34 +06:30
parent 800143f66f
commit f8279084ea
14 changed files with 120 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
class Inventory::StockChecksController < ApplicationController#BaseInventoryController
class Inventory::StockChecksController < BaseInventoryController
def index
@check = StockCheck.new
@inventory_definitions = InventoryDefinition.active.all