finished order and sales in setting

This commit is contained in:
Aung Myo
2017-06-12 00:45:59 +06:30
parent eb001275c7
commit 0943808ac8
27 changed files with 876 additions and 65 deletions

View File

@@ -51,7 +51,7 @@
<td><%= crm_customer.contact_no %></td>
<td><%= crm_customer.email %></td>
<td>
<%= link_to 'Destroy', crm_customer_path(crm_customer), method: :delete, data: { confirm: 'Are you sure?' } %>
<%= link_to 'Show', crm_customer_path(crm_customer) %>
</td>