summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-05 05:32:02 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-05 05:32:02 -0800
commit98e8d9afc3c08ed903de3aea7a817ac4bcbebc86 (patch)
treebf58c38d40aa72d6383edd91758fb9f88619f06b /httemplate/view
parentff233f6e686a81b6591b0605c8a729cd01cd86c5 (diff)
zip email CDRs, RT#40112
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/billing.html4
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>
% }