diff options
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/billing.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index efff3ed1c..c770833ec 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -238,6 +238,13 @@ Billing information </TR> % } +% if ( $conf->exists('voip-cust_accountcode_cdr') ) { + <TR> + <TD ALIGN="right">Breakdown CDRs by accountcode</TD> + <TD BGCOLOR="#ffffff"><% $cust_main->accountcode_cdr ? 'yes' : 'no' %></TD> + </TR> +% } + % if ( $conf->exists('voip-cust_email_csv_cdr') ) { <TR> <TD ALIGN="right">Email CDRs as CSV</TD> |