This commit is contained in:
San Wai Lwin
2018-08-06 16:37:52 +06:30
parent 436392550d
commit 35ac07b0a6
4 changed files with 3 additions and 6 deletions

View File

@@ -60,7 +60,7 @@
<td><%= cardSale.res_amt %></td>
<td>
<% if cardSale.app == 'cup' %>
UNION Pay
UnionPay
<% else %>
<%= cardSale.app %>
<% end %>

View File

@@ -34,7 +34,6 @@
<th><%= t("views.right_panel.detail.Customer_name") %></th>
<th><%= t("views.right_panel.detail.Cashier_name") %></th>
<th><%= t("views.right_panel.detail.detail") %></th>
<th><%= t("views.right_panel.detail.status") %></th>
</tr>
</thead>
<tbody>
@@ -49,7 +48,7 @@
<td><%= cardSale.res_amt %></td>
<td>
<% if cardSale.app == 'cup' %>
UNION Pay
UnionPay
<% else %>
<%= cardSale.app %>
<% end %>

View File

@@ -34,7 +34,6 @@
<th><%= t("views.right_panel.detail.sale_amount") %></th>
<th><%= t("views.right_panel.detail.void_cnt") %></th>
<th><%= t("views.right_panel.detail.void_amount") %></th>
<th><%= t("views.right_panel.detail.status") %></th>
</tr>
</thead>
<tbody>
@@ -51,7 +50,6 @@
<td><%= cardSettle.sale_amt %></td>
<td><%= cardSettle.void_cnt %></td>
<td><%= cardSettle.void_amt %></td>
<td><%= cardSettle.status %></td>
</tr>
<% end %>
<% else %>

View File

@@ -99,7 +99,7 @@
<td><%= cardSale.res_amt %></td>
<td>
<% if cardSale.app == 'cup' %>
UNION Pay
UnionPay
<% else %>
<%= cardSale.app %>
<% end %>