check dining facility in transactions

This commit is contained in:
phyusin
2018-03-05 16:58:11 +06:30
parent 311bef4411
commit 8dbe7e20c4
4 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@
<tr>
<td><%= link_to order.order_id, transactions_order_path(order) %></td>
<td><%= @dining.type %>-<%= @dining.name %></td>
<td><%if !@dining.nil? %> <%= @dining.type %>-<%= @dining.name %> <% else %>&nbsp; <% end %></td>
<td><%= order.waiters %></td>
<td><%= order.order_type %></td>
<td><%= order.customer.name rescue '-' %></td>