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> <a href="<%= transactions_sales_path %>">Sale</a>
</li> </li>
<li class="active"> <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> </li>
</ol> </ol>
</div> </div>
@@ -164,7 +164,10 @@
<tbody> <tbody>
<tr> <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> <th width="20%"></th>
<td></td> <td></td>
</tr> </tr>