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

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


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

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

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -u -d -r1.8.2.2 -r1.8.2.3
--- billing.html	20 Apr 2007 21:31:30 -0000	1.8.2.2
+++ billing.html	29 Apr 2007 23:30:53 -0000	1.8.2.3
@@ -98,10 +98,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