X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;fp=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=3d0983e67854eb9c3556a5ccd3ee563eff96e6f9;hp=39f032499ca5963ae5bb92f02cd0b30498e62969;hb=213d2aee192d0aa9ccf5d2caa6bdb09611686901;hpb=248adb2dc574b01909b85088144e5bedd661ee27 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 @@ % } -% if ( $conf->config('voip-cdr_email_attach') ) { +% if ( my $attach = $conf->config('voip-cdr_email_attach') ) { - <% mt('Email CDRs as CSV') |h %> + <% mt('Email CDRs as '.uc($attach)) |h %> <% $cust_main->email_csv_cdr ? $yes : $no %> % }