diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-02-05 05:30:08 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-05 05:30:08 -0800 |
commit | f19956cf9995fee8897542fafa6c7ec13afde381 (patch) | |
tree | 8c85b6831c614d5f588542bb84a1a927fd5a7d31 /httemplate/view | |
parent | 3ded5e72c073b5291b02eff3131b74d834d27867 (diff) |
zip email CDRs, RT#40112
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> % } |