replace @shop and shop_details with current_shop
This commit is contained in:
@@ -88,7 +88,7 @@ class Foodcourt::ShiftsController < BaseFoodcourtController
|
||||
end
|
||||
end
|
||||
end
|
||||
shop_details = shop_detail
|
||||
shop_details = current_shop
|
||||
#get tax
|
||||
shift_obj = ShiftSale.where('id =?',@shift.id)
|
||||
sale_items = ''
|
||||
|
||||
Reference in New Issue
Block a user