change local time
This commit is contained in:
@@ -101,7 +101,7 @@ class Api::CheckInProcessController < Api::ApiController
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if checkout_at.strftime("%Y-%m-%d %H:%M%p") > today.strftime("%Y-%m-%d %H:%M%p")
|
if checkout_at.strftime("%Y-%m-%d %H:%M%p") >= today.strftime("%Y-%m-%d %H:%M%p")
|
||||||
# if dining_facility.type == "Table"
|
# if dining_facility.type == "Table"
|
||||||
# type = "TableBooking"
|
# type = "TableBooking"
|
||||||
# else
|
# else
|
||||||
|
|||||||
Reference in New Issue
Block a user