diff options
author | levinse <levinse> | 2011-05-30 23:27:09 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-30 23:27:09 +0000 |
commit | dd65ba99bb9281571f19744154a3b03bcd3f01ab (patch) | |
tree | ab07298627947dfbb5b41edce3504d994fe7c367 /httemplate/edit/cust_main/billing.html | |
parent | b9c79429e2eabb6b184070e97e338188640e2094 (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.html | 2 |
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> |