printer issue for CheckInOutPdf and header css

This commit is contained in:
Aung Kyaw Phyoe
2019-02-07 11:55:55 +06:30
parent 6effdc9e27
commit 8e7e58f8ac
3 changed files with 2 additions and 10 deletions

View File

@@ -352,7 +352,7 @@ class Printer::OrderQueuePrinter < Printer::PrinterWorker
#no print in cloud server
if ENV["SERVER_MODE"] != "cloud"
self.print(filename, cashier_terminal.printer_name)
self.print(filename, print_settings.printer_name)
end
end
end