X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_contact.html;fp=httemplate%2Fsearch%2Freport_contact.html;h=048fefb7a2f98d1cec7ba627a77400fd5a16a000;hp=309f11e96da8e0458fb8756490f7250aed1b5b81;hb=633ca08b978e5c9fa061d24ee2a2f78918e218de;hpb=560af69840e7e3fcebf65d5d56ca4efc0851efec 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 @@ -%# 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') ), &>