order item edit and print

This commit is contained in:
Yan
2017-11-28 11:38:08 +06:30
parent 8b6e909220
commit 494d90c111
6 changed files with 11 additions and 13 deletions

View File

@@ -3,9 +3,8 @@ class OrderQueueProcessorJob < ApplicationJob
def perform(order_id, table_id)
# Do something later
#Order ID
order = Order.find(order_id)
#Order ID
order = Order.find(order_id)
#Execute orders and send to order stations
if order