app order
This commit is contained in:
@@ -104,7 +104,7 @@ class Foodcourt::PaymentsController < BaseFoodcourtController
|
||||
end
|
||||
|
||||
#orders print out
|
||||
if type == "quick_service"
|
||||
# if type == "quick_service"
|
||||
booking = Booking.find_by_sale_id(sale_id)
|
||||
if booking.dining_facility_id.to_i>0
|
||||
table_id = booking.dining_facility_id
|
||||
@@ -127,7 +127,7 @@ class Foodcourt::PaymentsController < BaseFoodcourtController
|
||||
ActionCable.server.broadcast "order_queue_station_channel",order: assign_order,from:from
|
||||
end
|
||||
|
||||
end
|
||||
# end
|
||||
|
||||
#for card sale data
|
||||
card_data = Array.new
|
||||
|
||||
Reference in New Issue
Block a user