Add color blue to orders

This commit is contained in:
Phyo
2017-06-26 14:39:25 +06:30
parent f878b2f1d8
commit 46ad87314a
6 changed files with 64 additions and 40 deletions

View File

@@ -35,8 +35,8 @@
<div class="card-title row customer_detail hide">
<div class="col-lg-6 col-md-6 col-sm-6">
<!-- <% if !@customer.nil? %> -->
<p class="hidden customer-id"><%= @customer.customer_id %></p>
<p>Customer : <%= @customer.name %></p>
<p class="hidden customer-id"><%= @customer.customer_id rescue "" %></p>
<p>Customer : <%= @customer.name rescue "" %></p>
<!-- <% end %> -->
</div>