diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-27 00:29:19 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-27 00:29:19 -0800 |
commit | a75e66f42a529d69d2f38a12290be29187d0d9ec (patch) | |
tree | f736e9fe4835dcc0c6edea3168357c1121af65b3 /httemplate/view | |
parent | 5b7ba710939e35f0ed1031e7e0abfbb21ab1bfa0 (diff) |
agent-virt "email a notice to this customer" from address, RT#27424
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index ee615e8d9..d1352486f 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -131,9 +131,10 @@ function areyousure(href, message) { % % my $email_link = ($cust_main->invoicing_list_emailonly) && % include('/elements/email-link.html', -% 'table' => 'cust_main', -% 'search_hash' => { 'custnum' => $custnum }, -% 'label' => 'Email a notice to this customer', +% 'table' => 'cust_main', +% 'search_hash' => { 'custnum' => $custnum }, +% 'agent_virt_agentnum' => $cust_main->agentnum, +% 'label' => 'Email a notice to this customer', % ); % if ( $email_link and $br ) { | |