change query for dashboard
This commit is contained in:
@@ -79,7 +79,6 @@ class DiningFacility < ApplicationRecord
|
||||
booking = self.get_current_checkout_booking
|
||||
if booking
|
||||
now = Time.now.utc
|
||||
puts now
|
||||
hr = (now.strftime("%H").to_i).to_int
|
||||
min = (now.strftime("%M").to_i).to_int
|
||||
if !booking.checkout_at.nil?
|
||||
|
||||
Reference in New Issue
Block a user