[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.61, 1.62 billing.html, 1.35, 1.36

Ivan,,, ivan at wavetail.420.am
Mon Oct 17 13:56:15 PDT 2011


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

Modified Files:
	payment_history.html billing.html 
Log Message:
remove echeck-no_routing, never should have been there in the first place

Index: payment_history.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -w -d -r1.61 -r1.62
--- payment_history.html	7 Sep 2011 01:24:03 -0000	1.61
+++ payment_history.html	17 Oct 2011 20:56:13 -0000	1.62
@@ -513,12 +513,8 @@
         $payinfo = $object->paymask;
     } elsif ( $payby eq 'CHEK' ) {
         my( $account, $aba ) = split('@', $object->paymask );
-        if ( $conf->exists('echeck-no_routing') ) {
-          $payinfo = emt("Acct #[_1]", $account);
-        } else {
           $payinfo = emt("ABA [_1], Acct #[_2]",$aba,$account);
         }
-    }
 
     ($payby,$payinfo);
 }

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -w -d -r1.35 -r1.36
--- billing.html	15 Sep 2011 10:19:03 -0000	1.35
+++ billing.html	17 Oct 2011 20:56:13 -0000	1.36
@@ -93,12 +93,10 @@
   </TD>
 </TR>
 
-% unless ( $conf->exists('echeck-no_routing') ) {
   <TR>
     <TD ALIGN="right"><% mt('ABA/Routing code') |h %></TD>
     <TD BGCOLOR="#ffffff"><% $aba %></TD>
   </TR>
-% }
 
 % if ( $conf->exists('cust_main-require-bank-branch') ) {
 <TR>



More information about the freeside-commits mailing list