shop upate for 20 files
This commit is contained in:
@@ -9,7 +9,7 @@ class Api::CallWaitersController < ActionController::API
|
||||
ActionCable.server.broadcast "call_waiter_channel",table: @table,time:@time
|
||||
|
||||
# get printer info
|
||||
@shop = Shop::ShopDetail
|
||||
@shop = Shop.first
|
||||
unique_code = "CallWaiterPdf"
|
||||
print_settings = PrintSetting.find_by_unique_code(unique_code)
|
||||
printer = Printer::ReceiptPrinter.new(print_settings)
|
||||
|
||||
Reference in New Issue
Block a user