From 7e9e7b187565d8168500d48e775d0e94b5374d35 Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 9 May 2011 20:07:31 +0000 Subject: fix UI bugs in accountcode billing implementation, RT12181 --- httemplate/edit/cust_main/billing.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 884d77078..532bfc721 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -461,19 +461,6 @@ -% if ( $conf->exists('voip-cust_accountcode_cdr') ) { - - - accountcode_cdr eq "Y" ? 'CHECKED' : '' %> - > Breakdown CDRs by accountcode - -% } else { - -% } - Credit limit @@ -511,6 +498,19 @@ function toggle(obj) { % } +% if ( $conf->exists('voip-cust_accountcode_cdr') ) { + + + accountcode_cdr eq "Y" ? 'CHECKED' : '' %> + > Breakdown CDRs by accountcode + +% } else { + +% } + % if ( $show_term || $cust_main->cdr_termination_percentage ) { CDR termination settlement -- cgit v1.2.1