[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.8.2.1, 1.8.2.2

Ivan,,, ivan at wavetail.420.am
Fri Apr 20 14:31:35 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv26028

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	billing.html 
Log Message:
don't put this information way out on the right in its own columns.

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- billing.html	7 Apr 2007 00:17:36 -0000	1.8.2.1
+++ billing.html	20 Apr 2007 21:31:30 -0000	1.8.2.2
@@ -89,12 +89,16 @@
 <TR>
   <TD ALIGN="right">Account number</TD>
   <TD BGCOLOR="#ffffff"><% 'x'x(length($account)-2). substr($account,(length($account)-2)) %></TD>
+</TR>
+<TR>
   <TD ALIGN="right">Account type</TD>
   <TD BGCOLOR="#ffffff"><% $cust_main->paytype %></TD>
 </TR>
 <TR>
   <TD ALIGN="right">Bank name</TD>
   <TD BGCOLOR="#ffffff"><% $cust_main->payname %></TD>
+</TR>
+<TR>
   <TD ALIGN="right"><% $paystate_label %></TD>
   <TD BGCOLOR="#ffffff"><% $cust_main->paystate || '&nbsp;&nbsp;&nbsp;' %></TD>
 </TR>



More information about the freeside-commits mailing list