fix timezone
This commit is contained in:
@@ -182,7 +182,7 @@ class OrderQueueStation < ApplicationRecord
|
||||
@to = (DiningFacility.find(change_to)).name
|
||||
@type = (DiningFacility.find(change_to)).type
|
||||
@moved_by = current_user
|
||||
@date = DateTime.now
|
||||
@date = Time.current
|
||||
|
||||
@shop = Shop.current_shop
|
||||
unique_code = "MoveTablePdf"
|
||||
|
||||
Reference in New Issue
Block a user