From 02bf6f03f17e3e64857cf465b79daa92da944435 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Fri, 17 Nov 2017 11:58:46 +0630 Subject: [PATCH] update customer show --- app/views/crm/customers/show.html.erb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/views/crm/customers/show.html.erb b/app/views/crm/customers/show.html.erb index 20808a54..338aea1d 100755 --- a/app/views/crm/customers/show.html.erb +++ b/app/views/crm/customers/show.html.erb @@ -92,15 +92,18 @@ <% end %> <% if @response["data"].first["status"] != 'Discount'%> - + Balance - + <%= @response["data"].first["balance"] %> <%end%> <%else%> -

There is no transaction coz of <%=@response["data"]%> ...

+ +

There is no transaction coz of <%=@response["data"]%> ...

+ + <% end %>