update inventory form and list
This commit is contained in:
@@ -12,7 +12,10 @@ class Inventory::StockChecksController < BaseInventoryController
|
||||
end
|
||||
|
||||
def show
|
||||
@check = StockCheck.find(params[:id])
|
||||
@check = StockCheck.find(params[:id])
|
||||
|
||||
@stock_check_items = StockCheckItem.get_items_with_category(params[:id])
|
||||
|
||||
end
|
||||
|
||||
def save_to_journal
|
||||
|
||||
Reference in New Issue
Block a user