add req bill and payment #left order and sale
This commit is contained in:
@@ -65,7 +65,7 @@ class Origami::RequestBillsController < ApplicationController
|
||||
ActionCable.server.broadcast "bill_channel",table: table, from: from
|
||||
if order.source == "quick_service"
|
||||
result = {:status=> @status, :data => @sale.sale_id }
|
||||
render :json => result.to_json
|
||||
render :json => result.to_json
|
||||
else
|
||||
#check checkInOut pdf print
|
||||
check_booking = Booking.find_by_sale_id(@sale_id)
|
||||
|
||||
Reference in New Issue
Block a user