[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.10, 1.11

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-serv26022

Modified Files:
	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.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- billing.html	7 Apr 2007 00:07:07 -0000	1.10
+++ billing.html	20 Apr 2007 21:31:29 -0000	1.11
@@ -81,12 +81,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