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

Jeff Finucane,420,, jeff at wavetail.420.am
Sun Apr 29 15:55:16 PDT 2007


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

Modified Files:
	billing.html 
Log Message:
ticket 1568 config options for new echeck fields and addition to selfservice interface

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- billing.html	20 Apr 2007 21:31:29 -0000	1.11
+++ billing.html	29 Apr 2007 22:55:14 -0000	1.12
@@ -90,10 +90,12 @@
   <TD ALIGN="right">Bank name</TD>
   <TD BGCOLOR="#ffffff"><% $cust_main->payname %></TD>
 </TR>
+% if ( $conf->exists('show_bankstate') ) {
 <TR>
   <TD ALIGN="right"><% $paystate_label %></TD>
   <TD BGCOLOR="#ffffff"><% $cust_main->paystate || '&nbsp;&nbsp;&nbsp;' %></TD>
 </TR>
+% }
 % } elsif ( $cust_main->payby eq 'LECB' ) {
 %     $cust_main->payinfo =~ /^(\d{3})(\d{3})(\d{4})$/;
 %     my $payinfo = "$1-$2-$3";



More information about the freeside-commits mailing list