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

@@ -284,14 +284,6 @@ section.content {
}
/* End Reset Theme */
/* shop name margin */
.shop-name-margin {
text-align: center;
width: 50%;
margin: auto;
}
/* shop name margin */
/* online order margin */
/*.online-order-margin {
margin: auto;

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

View File

@@ -36,7 +36,7 @@
</span>
</div>
<!-- Start Shop Info -->
<div class="navbar-right shop-name-margin">
<div class="navbar-right m-auto">
<span class="navbar-brand navbar-brand-txt"><%= shop_detail.name %></span>
</div>
<!-- End Shop Info -->