summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/billing.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-03-25 15:47:34 -0700
committerMark Wells <mark@freeside.biz>2013-03-25 15:47:34 -0700
commitdfc85a4245f2d15f258d840b98f0508c50228e40 (patch)
tree0c4b59b89ab068e2ccd34d05abe49542ef8efaf6 /httemplate/view/cust_main/billing.html
parent6bf3df8177a22d2275b1a68045ab5ff2e831af42 (diff)
email opt-out flag, #19312
Diffstat (limited to 'httemplate/view/cust_main/billing.html')
-rw-r--r--httemplate/view/cust_main/billing.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 5c46803d2..b863a734b 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -247,6 +247,10 @@
<TD ALIGN="right"><% mt('Email address(es)') |h %></TD>
<TD BGCOLOR="#ffffff">
<% join(', ', grep { $_ !~ /^(POST|FAX)$/ } @invoicing_list ) || $no %>
+% if ( $cust_main->message_noemail ) {
+ <BR>
+ <SPAN STYLE="font-size: small"><% emt('(do not send notices)') %></SPAN>
+% }
</TD>
</TR>
% }