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/edit/cust_main/billing.html | 14 ++++++++++++++ httemplate/view/cust_main/billing.html | 7 +++++++ 2 files changed, 21 insertions(+) (limited to 'httemplate') diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 2301a0b9c..884d77078 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -460,6 +460,20 @@ %> + +% if ( $conf->exists('voip-cust_accountcode_cdr') ) { + + + accountcode_cdr eq "Y" ? 'CHECKED' : '' %> + > Breakdown CDRs by accountcode + +% } else { + +% } + Credit limit 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