[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.34, 1.35
Erik Levinson
levinse at wavetail.420.am
Mon May 9 13:06:43 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv25561/httemplate/edit/cust_main
Modified Files:
billing.html
Log Message:
fix UI bugs in accountcode billing implementation, RT12181
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -w -d -r1.34 -r1.35
--- billing.html 27 Apr 2011 05:22:20 -0000 1.34
+++ billing.html 9 May 2011 20:06:41 -0000 1.35
@@ -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 @@
<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>
More information about the freeside-commits
mailing list