diff options
Diffstat (limited to 'httemplate/edit/cust_main/billing.html')
| -rw-r--r-- | httemplate/edit/cust_main/billing.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 0b16f65b0..68d7437e5 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -426,7 +426,9 @@ % } <TR> - <TD ALIGN="right" WIDTH="200">Email invoice </TD> + <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> % if ( $conf->exists('voip-cust_cdr_spools') ) { |
