update customer and sale

This commit is contained in:
Aung Myo
2017-06-14 15:58:41 +06:30
parent c155c86970
commit 914069e3af
8 changed files with 378 additions and 128 deletions

View File

@@ -3,10 +3,10 @@
<ol class="breadcrumb">
<li><a href="<%= crm_root_path %>">Home</a></li>
<li class="active">
<a href="<%= settings_orders_path %>">Order</a>
<a href="<%= transactions_orders_path %>">Order</a>
</li>
<li class="active">
<a href="<%= settings_orders_path %>"><%= @order.order_id %></a>
<a href="<%= transactions_orders_path %>"><%= @order.order_id %></a>
</li>
</ol>
</div>
@@ -70,7 +70,7 @@
<% end %>
</tbody>
</table>
<a href="<%= settings_orders_path%>" class="btn btn-primary pull-left">
<a href="<%= transactions_orders_path%>" class="btn btn-primary pull-left">
<i class="fa fa-arrow-left fa-xs"></i> Back
</a>
</div>