update shift close alert
This commit is contained in:
@@ -11,6 +11,7 @@ class Origami::HomeController < BaseOrigamiController
|
||||
|
||||
@customers = Customer.pluck("customer_id, name")
|
||||
@shop = shop_detail
|
||||
@occupied_table = DiningFacility.where("status='occupied'").count;
|
||||
# @shift = ShiftSale.current_open_shift(current_user.id)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user