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.html | |
parent | 7ff902ccf499a8a2e8598d653dd958cf6a364b26 (diff) |
RT# 79913 - added ability to mass transfer customers to new agent
Diffstat (limited to 'httemplate/search/cust_main.html')
-rwxr-xr-x | httemplate/search/cust_main.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index 4c7fa14aa..83ca7217d 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -161,4 +161,13 @@ if ( $FS::CurrentUser::CurrentUser->access_right('Bulk send customer notices') ) "${p}misc/email-customers.html?table=cust_main&classnums=invoice&$query"; } +### +# agent transfer link +### + +my $agent_transfer_link = include('/elements/agent_transfer_link.html', { + 'search' => \%search_hash, +}); +push @$menubar, emt('popup') => '<div style="display:inline-block">'.$agent_transfer_link.'</div>'; + </%init> |