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