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 %>