From 441bd847ecd6daaec7f5099ac9fc4cd409d7af86 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Thu, 15 Jun 2017 14:13:40 +0630 Subject: [PATCH] update customer --- app/views/crm/customers/index.html.erb | 8 ++++---- app/views/origami/customers/index.html.erb | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/crm/customers/index.html.erb b/app/views/crm/customers/index.html.erb index 7ccd8fb8..c74c34f6 100644 --- a/app/views/crm/customers/index.html.erb +++ b/app/views/crm/customers/index.html.erb @@ -44,7 +44,7 @@ <% if @crm_customers.count > 0 %> <% @crm_customers.each do |crm_customer| %> - + <% if crm_customer.customer_id != "CUS-000000000001" && crm_customer.customer_id != "CUS-000000000002" %> @@ -55,7 +55,7 @@ <%= link_to 'Show', crm_customer_path(crm_customer) %> - + <% end %> <% end %> <%else%>

There are no record for your search

@@ -103,12 +103,12 @@
- <%= f.text_field :date_of_birth,:class=>"form-control datepicker"%> + <%= f.text_field :date_of_birth,:value=>"01-01-1990",:class=>"form-control datepicker"%>
- <% Lookup.where("lookup_type = ?", "member_group_type" ).each do |member| %> diff --git a/app/views/origami/customers/index.html.erb b/app/views/origami/customers/index.html.erb index 9f109497..340bc307 100644 --- a/app/views/origami/customers/index.html.erb +++ b/app/views/origami/customers/index.html.erb @@ -45,7 +45,7 @@ <% if @crm_customers.count > 0 %> <% @crm_customers.each do |crm_customer| %> - + <% if crm_customer.customer_id != "CUS-000000000001" && crm_customer.customer_id != "CUS-000000000002" %> @@ -56,7 +56,7 @@ - + <% end %> <% end %> <%else%>

There are no record for your search

@@ -106,7 +106,7 @@
- <%= f.text_field :date_of_birth,:class=>"form-control datepicker"%> + <%= f.text_field :date_of_birth,:value=>"01-01-1990",:class=>"form-control datepicker"%>