foodcourt
This commit is contained in:
@@ -46,7 +46,6 @@ class Api::PaymentsController < Api::ApiController
|
||||
|
||||
rebate_amount = nil
|
||||
# For Cashier by Zone
|
||||
# bookings = Booking.where("sale_id='#{sale_id}'")
|
||||
bookings = Booking.find_by_sale_id(sale_id)
|
||||
|
||||
shift = ShiftSale.current_open_shift(current_login_employee)
|
||||
@@ -68,7 +67,6 @@ class Api::PaymentsController < Api::ApiController
|
||||
end
|
||||
|
||||
# For Print
|
||||
# if ENV["SERVER_MODE"] != "cloud" #no print in cloud server
|
||||
receipt_bill_a5_pdf = Lookup.collection_of("print_settings") #print_settings with name:ReceiptBillA5Pdf
|
||||
unique_code = "ReceiptBillPdf"
|
||||
print_settings = PrintSetting.all
|
||||
@@ -110,7 +108,6 @@ class Api::PaymentsController < Api::ApiController
|
||||
end
|
||||
|
||||
#orders print out
|
||||
# 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
|
||||
@@ -133,7 +130,6 @@ class Api::PaymentsController < Api::ApiController
|
||||
ActionCable.server.broadcast "order_queue_station_channel",order: assign_order,from:from
|
||||
end
|
||||
|
||||
# end
|
||||
|
||||
#for card sale data
|
||||
card_data = Array.new
|
||||
|
||||
Reference in New Issue
Block a user