[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Thu Oct 6 21:50:58 PDT 2005


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

Modified Files:
	billing.html 
Log Message:
mask out echeck account #s too

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- billing.html	24 Aug 2005 13:22:27 -0000	1.3
+++ billing.html	7 Oct 2005 04:50:56 -0000	1.4
@@ -69,7 +69,7 @@
 </TR>
 <TR>
   <TD ALIGN="right">Account number</TD>
-  <TD BGCOLOR="#ffffff"><%= $account %></TD>
+  <TD BGCOLOR="#ffffff"><%= 'x'x(length($account)-2). substr($account,(length($account)-2)) %></TD>
 </TR>
 <TR>
   <TD ALIGN="right">Bank name</TD>



More information about the freeside-commits mailing list