update sale detail

This commit is contained in:
Aung Myo
2017-06-15 17:19:28 +06:30
parent 4098c99509
commit 744e937f3d

View File

@@ -6,7 +6,7 @@
<a href="<%= transactions_sales_path %>">Sale</a>
</li>
<li class="active">
<a href="<%= transactions_sales_path %>"><%= @sale.sale_id %></a>
<a href="<%= transactions_sale_path(@sale.sale_id) %>"><%= @sale.sale_id %></a>
</li>
</ol>
</div>
@@ -164,7 +164,10 @@
<tbody>
<tr>
<th width="20%"><h4>Customer Detail</h4></th>
<td colspan="3"></td>
</tr>
<tr>
<th width="20%"><h4>Customer Details</h4></th>
<th width="20%"></th>
<td></td>
</tr>