From 9d5ada5763fdeca4f90a7357ab7c384b52c1c41c Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 27 Apr 2011 05:22:22 +0000 Subject: taqua accountcode billing, part 1 of 2, RT12181 --- httemplate/view/cust_main/billing.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'httemplate/view') 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 % } +% if ( $conf->exists('voip-cust_accountcode_cdr') ) { + + Breakdown CDRs by accountcode + <% $cust_main->accountcode_cdr ? 'yes' : 'no' %> + +% } + % if ( $conf->exists('voip-cust_email_csv_cdr') ) { Email CDRs as CSV -- cgit v1.2.1