From 5675f0e48bcd1faf97e09e4f34ae8b287ba19ecf Mon Sep 17 00:00:00 2001 From: Phyo Date: Thu, 15 Jun 2017 12:29:36 +0630 Subject: [PATCH 01/10] Payment Bug fix --- app/views/origami/payments/show.html.erb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/views/origami/payments/show.html.erb b/app/views/origami/payments/show.html.erb index dab6615d..add50dac 100644 --- a/app/views/origami/payments/show.html.erb +++ b/app/views/origami/payments/show.html.erb @@ -237,12 +237,16 @@ - + + From f83d11e3796d7256cbebec79b0b76d3fe5180881 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Thu, 15 Jun 2017 14:02:09 +0630 Subject: [PATCH 04/10] update customer --- app/views/crm/customers/index.html.erb | 3 ++- app/views/origami/customers/index.html.erb | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/app/views/crm/customers/index.html.erb b/app/views/crm/customers/index.html.erb index 36008efb..7ccd8fb8 100644 --- a/app/views/crm/customers/index.html.erb +++ b/app/views/crm/customers/index.html.erb @@ -44,6 +44,7 @@ <% if @crm_customers.count > 0 %> <% @crm_customers.each do |crm_customer| %> + @@ -54,6 +55,7 @@ <%= link_to 'Show', crm_customer_path(crm_customer) %> + <% end %> <%else%>

There are no record for your search

@@ -107,7 +109,6 @@
@@ -55,6 +56,7 @@ + <% end %> <%else%>

There are no record for your search

@@ -110,7 +112,6 @@