+
-
+
- <%= paginate @crm_customers %> + <%= paginate @crm_customers %> +
|
-
-
- <% path ="/origami/#{@sale_id}/customers" %>
- <%= form_tag path, :id => "filter_form", :method => :get do %>
-
-
-
- <% end %>
-
-
-
-
-
-
-
-
-
-
-
-
- |
- |||||||||
| Select | -Sr.no | -Name | -Company | -Contact no | -
+
+
+ <% path ="/origami/#{@sale_id}/customers" %>
+ <%= form_tag path, :id => "filter_form", :method => :get do %>
+
+
-
- <% if @crm_customers.count > 0 %>
- <% @i = 0 %>
- <% @crm_customers.each do |crm_customer| %>
+
+
-
- |
+
+
+
+
+
+
+
+
+ <% end %>
+
+
+
+ | <%= t("views.right_panel.detail.sr_no") %> |
+ <%= t("views.right_panel.detail.name") %> |
+ <%= t("views.right_panel.detail.card_no") %> |
+ <%= t("views.right_panel.detail.contact_no") %> |
+ <%= t("views.right_panel.detail.email") %> |
+
+ |
+
+
+ <% if @crm_customers.count > 0 %>
+ <% @i = 0 %>
+ <% @crm_customers.each do |crm_customer| %>
+
+
|---|---|---|---|---|---|---|---|---|---|
| - <% if crm_customer.customer_id != "CUS-000000000001" && crm_customer.customer_id != "CUS-000000000002" %> - <%= @i += 1 %> - <%else%> - - - <% end %> - | -<%= crm_customer.name %> | -<%= crm_customer.company rescue '-' %> | -<%= crm_customer.contact_no %> | -<%= crm_customer.email %> | - + ++ <% if crm_customer.customer_id != "CUS-000000000001" && crm_customer.customer_id != "CUS-000000000002" %> + <%= @i += 1 %> + <%else%> + - + <% end %> + | +<%= crm_customer.name %> | +<%= crm_customer.company rescue '-' %> | +<%= crm_customer.contact_no %> | +<%= crm_customer.email %> | + -
There are no record for your search | |||||||||
+ + <% end %> + <%else%> +
There are no record for your search
- <%= paginate @crm_customers %> + <%= paginate @crm_customers %> +