add bill channel for req bill

This commit is contained in:
Yan
2017-09-07 15:35:00 +06:30
parent e9a305b573
commit f67d4197ec
8 changed files with 48 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ class OrderQueueProcessorJob < ApplicationJob
order = Order.find(order_id)
assign_order = AssignedOrderItem.assigned_order_item_by_job(order_id)
#Loop through the order stations and process the items
#Execute orders and send to order stations
if order
oqs = OrderQueueStation.new