[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.24.2.2, 1.24.2.3

Erik Levinson levinse at wavetail.420.am
Wed Jun 22 21:14:21 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv7346/httemplate/view/cust_main

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	billing.html 
Log Message:
echeck: add optional bank branch format, RT13360

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.24.2.2
retrieving revision 1.24.2.3
diff -u -w -d -r1.24.2.2 -r1.24.2.3
--- billing.html	30 May 2011 23:26:34 -0000	1.24.2.2
+++ billing.html	23 Jun 2011 04:14:19 -0000	1.24.2.3
@@ -84,6 +84,8 @@
 </TR>
 % } elsif ( $cust_main->payby eq 'CHEK' || $cust_main->payby eq 'DCHK') {
 %     my( $account, $aba ) = split('@', $cust_main->paymask );
+%  my $branch = '';
+%  ($branch,$aba) = split('\.',$aba) if $conf->exists('cust_main-require-bank-branch');
 
 
     Electronic&nbsp;check&nbsp;<% $cust_main->payby eq 'CHEK' ? '(automatic)' : '(on-demand)' %>
@@ -93,6 +95,14 @@
   <TD ALIGN="right">ABA/Routing code</TD>
   <TD BGCOLOR="#ffffff"><% $aba %></TD>
 </TR>
+
+% if ( $conf->exists('cust_main-require-bank-branch') ) {
+<TR>
+  <TD ALIGN="right">Branch number</TD>
+  <TD BGCOLOR="#ffffff"><% $branch %></TD>
+ <TR>
+% }
+
 <TR>
   <TD ALIGN="right">Account number</TD>
   <TD BGCOLOR="#ffffff"><% $account %></TD>



More information about the freeside-commits mailing list