diff options
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/cust_main/billing.html | 26 |
1 files changed, 13 insertions, 13 deletions
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 @@ </TD> </TR> -% if ( $conf->exists('voip-cust_accountcode_cdr') ) { - <TR> - <TD COLSPAN="2"> - <INPUT TYPE="checkbox" - NAME="accountcode_cdr" - VALUE="Y" - <% $cust_main->accountcode_cdr eq "Y" ? 'CHECKED' : '' %> - > Breakdown CDRs by accountcode</TD> - </TR> -% } else { - <INPUT TYPE="hidden" NAME="accountcode_cdr" VALUE="<% $cust_main->accountcode_cdr %>"> -% } - <TR> <TD ALIGN="right" WIDTH="200">Credit limit </TD> <TD WIDTH="408"> @@ -511,6 +498,19 @@ function toggle(obj) { <INPUT TYPE="hidden" NAME="email_csv_cdr" VALUE="<% $cust_main->email_csv_cdr %>"> % } +% if ( $conf->exists('voip-cust_accountcode_cdr') ) { + <TR> + <TD COLSPAN="2"> + <INPUT TYPE="checkbox" + NAME="accountcode_cdr" + VALUE="Y" + <% $cust_main->accountcode_cdr eq "Y" ? 'CHECKED' : '' %> + > Breakdown CDRs by accountcode</TD> + </TR> +% } else { + <INPUT TYPE="hidden" NAME="accountcode_cdr" VALUE="<% $cust_main->accountcode_cdr %>"> +% } + % if ( $show_term || $cust_main->cdr_termination_percentage ) { <TR> <TD ALIGN="right">CDR termination settlement</TD> |