fixed conflict after merch dev for current shop
This commit is contained in:
@@ -18,4 +18,12 @@ class Inventory::InventoryController < BaseInventoryController
|
||||
format.xls
|
||||
end
|
||||
end
|
||||
|
||||
#Shop Name in Navbor
|
||||
helper_method :shop_detail
|
||||
|
||||
def shop_detail
|
||||
@shop = Shop.current_shop
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user