diff options
author | Christopher Burger <burgerc@freeside.biz> | 2019-04-12 13:16:57 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2019-04-12 13:16:57 -0400 |
commit | 7afd80e3dfcaa34b04f693c40949d7408f7a7ac1 (patch) | |
tree | cdfb8eee2c2668d1b02d6d9c5671eca9e959143f /httemplate/search/cust_main.cgi | |
parent | 7ff902ccf499a8a2e8598d653dd958cf6a364b26 (diff) |
RT# 79913 - added ability to mass transfer customers to new agent
Diffstat (limited to 'httemplate/search/cust_main.cgi')
-rwxr-xr-x | httemplate/search/cust_main.cgi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index cce4f0d7d..24d49c588 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -38,6 +38,10 @@ ( <a href="<% $cgi->self_url %>"><% mt("$linklabel canceled customers") |h %></a> ) % } +% unless ($cgi->param('browse')) { + <& /elements/agent_transfer_link.html, {'list' => \@cust_main} &> +% } + % if ( $cgi->param('referral_custnum') ) { % $cgi->param('referral_custnum') =~ /^(\d+)$/ % or errorpage(emt("Illegal referral_custnum")); |