diff options
author | levinse <levinse> | 2011-04-27 05:22:22 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-27 05:22:22 +0000 |
commit | 9d5ada5763fdeca4f90a7357ab7c384b52c1c41c (patch) | |
tree | 76c8d3a3bae3cb2b963a67b2f24d8c4ff2918ed2 /httemplate/view | |
parent | 69a17ed7c31d23670f715ad639ab16b12392dcc1 (diff) |
taqua accountcode billing, part 1 of 2, RT12181
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> |