diff options
Diffstat (limited to 'httemplate/view/cust_main/billing.html')
| -rw-r--r-- | httemplate/view/cust_main/billing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 97b4baffb..cca140bf8 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -242,7 +242,7 @@ </TR> % } -% if ( $conf->exists('voip-cust_email_csv_cdr') ) { +% if ( $conf->config('voip-cdr_email_attach') ) { <TR> <TH ALIGN="right"><% mt('Email CDRs as CSV') |h %></TH> <TD><% $cust_main->email_csv_cdr ? $yes : $no %></TD> |
