[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.58.2.3, 1.58.2.4 billing.html, 1.33.2.2, 1.33.2.3

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-serv14794/httemplate/view/cust_main

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.58.2.3
retrieving revision 1.58.2.4
diff -u -w -d -r1.58.2.3 -r1.58.2.4
--- payment_history.html	7 Sep 2011 01:24:04 -0000	1.58.2.3
+++ payment_history.html	17 Oct 2011 20:56:12 -0000	1.58.2.4
@@ -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.33.2.2
retrieving revision 1.33.2.3
diff -u -w -d -r1.33.2.2 -r1.33.2.3
--- billing.html	16 Sep 2011 00:15:48 -0000	1.33.2.2
+++ billing.html	17 Oct 2011 20:56:13 -0000	1.33.2.3
@@ -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