| <%= t("views.right_panel.detail.sr_no") %> | <%= t :customer %> <%= t("views.right_panel.detail.type") %> | <%= t("views.right_panel.detail.name") %> | <%= t("views.right_panel.detail.card_no") %> | <%= t("views.right_panel.detail.membership_type") %> | <%= t("views.right_panel.detail.contact_no") %> | <%= t("views.right_panel.detail.email") %> | |
|---|---|---|---|---|---|---|---|
| <% if crm_customer.customer_id != "" && crm_customer.customer_id != "" %> <%= @i += 1 %> <%else%> - <% end %> | <%= crm_customer.customer_type rescue '-' %> | <%= crm_customer.name %> | <%= crm_customer.card_no rescue '-' %> | <% if !@membership_types.nil? %> <% @membership_types.each do |member_type| %> <% if member_type[1] == crm_customer.membership_type %> <%= member_type[0] %> <% end %> <% end %> <% end %> | <%= crm_customer.contact_no %> | <%= crm_customer.email %> | |
There are no record for your search | |||||||