update sale detail
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user