summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-05 05:32:07 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-05 05:32:07 -0800
commit213d2aee192d0aa9ccf5d2caa6bdb09611686901 (patch)
tree4be0f054eb3e78e14c9042c703ec75b8e476c09e /httemplate/view
parent248adb2dc574b01909b85088144e5bedd661ee27 (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 39f032499..3d0983e67 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -385,9 +385,9 @@
</TR>
% }
-% if ( $conf->config('voip-cdr_email_attach') ) {
+% if ( my $attach = $conf->config('voip-cdr_email_attach') ) {
<TR>
- <TD ALIGN="right"><% mt('Email CDRs as CSV') |h %></TD>
+ <TD ALIGN="right"><% mt('Email CDRs as '.uc($attach)) |h %></TD>
<TD BGCOLOR="#ffffff"><% $cust_main->email_csv_cdr ? $yes : $no %></TD>
</TR>
% }