summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/billing.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-30 23:27:09 +0000
committerlevinse <levinse>2011-05-30 23:27:09 +0000
commitdd65ba99bb9281571f19744154a3b03bcd3f01ab (patch)
treeab07298627947dfbb5b41edce3504d994fe7c367 /httemplate/edit/cust_main/billing.html
parentb9c79429e2eabb6b184070e97e338188640e2094 (diff)
optional better visibility for invoicing email field, RT12944
Diffstat (limited to 'httemplate/edit/cust_main/billing.html')
-rw-r--r--httemplate/edit/cust_main/billing.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html
index 39a0b70ed..60a03d621 100644
--- a/httemplate/edit/cust_main/billing.html
+++ b/httemplate/edit/cust_main/billing.html
@@ -441,12 +441,14 @@
% }
+% unless ( $conf->exists('cust-email-high-visibility')) {
<TR>
<TD ALIGN="right" WIDTH="200">
<% $conf->exists('cust_main-require_invoicing_list_email') ? $r : '' %>Email address(es)
</TD>
<TD WIDTH="408"><INPUT TYPE="text" NAME="invoicing_list" VALUE="<% join(', ', grep { $_ !~ /^(POST|FAX)$/ } @invoicing_list ) %>"></TD>
</TR>
+% }
<TR>
<TD ALIGN="right" WIDTH="200"><% mt('Invoice terms') |h %> </TD>