add booking list in transaction

This commit is contained in:
Aung Myo
2017-11-14 13:42:00 +06:30
parent f1a28d64e1
commit 6f06e7a9d7
17 changed files with 351 additions and 42 deletions

View File

@@ -142,7 +142,7 @@
<tbody>
<% @order_items.each do |order_item| %>
<tr>
<td><%= order_item.order_id %></td>
<td><%= link_to order_item.order_id, transactions_order_path(order_item.order_id) %><%= %></td>
<td><%= order_item.item_name %></td>
<td><%= order_item.qty %></td>
<td><%= order_item.price %></td>