summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authormark <mark>2011-07-01 05:33:55 +0000
committermark <mark>2011-07-01 05:33:55 +0000
commit4b80fe118da16b21603fcdbd090bc03d8fbf0578 (patch)
treefe5960c7c4ad7514dc46bd37e8e09cb86f266845 /httemplate/view
parent2c69cd41531a493c45ea72da3aa379fcc9f70aa9 (diff)
send email from customer view, #13444
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/cust_main.cgi11
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index a6c917f20..dcadf9912 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -97,6 +97,17 @@ function areyousure(href, message) {
% $br=1;
<A HREF="<% $p %>search/cust_event.html?custnum=<% $custnum %>"><% mt('View billing events for this customer') |h %></A>
% }
+%
+% 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',
+% );
+% if ( $email_link and $br ) {
+ |
+% }
+<% $email_link || '' %>
% if ( $conf->config('cust_main-external_links') ) {
<% $br++ ? ' | ' : '' %>