Module: Crm::CustomerSearchHelper
- Defined in:
- app/helpers/crm/customer_search_helper.rb
Overview
View helper: customer search.
Instance Method Summary collapse
Instance Method Details
#drop_sales_rep_options_for_select ⇒ Object
4 5 6 7 8 9 10 |
# File 'app/helpers/crm/customer_search_helper.rb', line 4 def if user_has_role?("sales_manager") [%w[All all]] + @search.drop_action_reps_for_select else [[@context_user.full_name, @context_user.id]] end end |