diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-02-03 22:19:13 -0600 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-02-03 22:20:39 -0600 |
commit | 633ca08b978e5c9fa061d24ee2a2f78918e218de (patch) | |
tree | 6d0ef70174bb8e8be2c25ed2b8eb77e49ce767b5 /httemplate/search/report_contact.html | |
parent | 560af69840e7e3fcebf65d5d56ca4efc0851efec (diff) |
RT# 73422 Agent virt update for report Customer Contacts
Diffstat (limited to 'httemplate/search/report_contact.html')
-rw-r--r-- | httemplate/search/report_contact.html | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/httemplate/search/report_contact.html b/httemplate/search/report_contact.html index 309f11e96..048fefb7a 100644 --- a/httemplate/search/report_contact.html +++ b/httemplate/search/report_contact.html @@ -4,22 +4,20 @@ <TABLE BGCOLOR="#cccccc" CELLSPACING=0> -%# This has never been actually supported on this report. -%# Remove the selectbox until support is implemented -%# -%# <& /elements/tr-select-agent.html, -%# 'curr_value' => scalar( $cgi->param('agentnum') ), -%# 'label' => emt('Contacts for agent: '), -%# 'disable_empty' => 0, -%# &> + <& /elements/tr-select-agent.html, + 'curr_value' => scalar( $cgi->param('agentnum') ), + 'label' => emt('Contacts for agent: '), + 'disable_empty' => 0, + &> +% # Selecting contacts and prospects at the same time has been sacrificed +% # for agent virtualization <& /elements/tr-select.html, - 'label' => 'Contact source:', #??? not "type" - contacts have a type + 'label' => 'Contact source:', 'field' => 'link', - 'options' => [ 'prospect_main', 'cust_main', 'both' ], + 'options' => [ 'prospect_main', 'cust_main' ], 'labels' => { 'prospect_main' => 'Prospect contacts', 'cust_main' => 'Customer contacts', - 'both' => 'All contacts', }, 'curr_value' => scalar( $cgi->param('link') ), &> |