diff --git a/app/controllers/api/orders_controller.rb b/app/controllers/api/orders_controller.rb index b06a7a6f..cf7a19c0 100755 --- a/app/controllers/api/orders_controller.rb +++ b/app/controllers/api/orders_controller.rb @@ -140,7 +140,7 @@ class Api::OrdersController < Api::ApiController @status, @booking = @order.generate if @status && @booking - Order.process_order_queue(@order.order_id,@order.table_id,@order.source) + # Order.process_order_queue(@order.order_id,@order.table_id,@order.source) if @order.source == 'app' @status, @sale = Sale.request_bill(@order,@user,@user) end