oqs updated
This commit is contained in:
@@ -31,6 +31,9 @@ class OrderQueueStation < ApplicationRecord
|
||||
# #Same Order_items can appear in two location.
|
||||
# AssignedOrderItem.assigned_order_item(order, order_item.item_code, oqs)
|
||||
# else
|
||||
puts pq_item
|
||||
puts order_item.item_code
|
||||
puts oqs.station_name
|
||||
AssignedOrderItem.assigned_order_item(order, order_item.item_code, oqs)
|
||||
# end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user