fix cashier page height & breadcrumb helper

This commit is contained in:
Zin Moe
2020-01-27 16:30:58 +06:30
parent c8ff92975e
commit bca6fabaaf
142 changed files with 266 additions and 1207 deletions

View File

@@ -90,7 +90,7 @@
<!-- Column Two -->
<div class="col-lg-5 col-md-5 col-sm-5">
<div class="card" >
<div class="card" style="height: 100%">
<div class="card-header">
<div><strong id="order-title">INVOICE DETAILS </strong>| Table <%= @dining.name rescue "" %></div>
</div>
@@ -131,7 +131,7 @@
</div>
</div>
<div id="order-detail-slimscroll" data-height="160">
<div id="order-detail-slimscroll" data-height="430">
<div class="card-text" style="">
<table class="table table-striped" id="order-items-table">
<thead>
@@ -172,7 +172,7 @@
</table>
</div>
</div>
<div class="card-footer">
<div class="pending-order card-footer">
<table class="table" id="order-charges-table" border="0">
<% if @status == 'sale' %>
<tr>