update crm

This commit is contained in:
Aung Myo
2017-06-26 10:21:56 +06:30
parent d9c53e73f8
commit f426be57ab
5 changed files with 44 additions and 32 deletions

View File

@@ -129,8 +129,10 @@
<div class="card-title row">
<div class="col-lg-6 col-md-6 col-sm-6">
<p class="hidden customer-id"><%= @customer.customer_id %></p>
<p>Customer : <%= @customer.name %></p>
<%if @customer %>
<p class="hidden customer-id"><%= @customer.customer_id %></p>
<p>Customer : <%= @customer.name %></p>
<%end%>
</div>
</div>