[freeside-commits] freeside/FS/FS Conf.pm, 1.478, 1.479 cust_main.pm, 1.591, 1.592

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


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

Modified Files:
	Conf.pm cust_main.pm 
Log Message:
remove echeck-no_routing, never should have been there in the first place

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.478
retrieving revision 1.479
diff -u -w -d -r1.478 -r1.479
--- Conf.pm	16 Oct 2011 01:17:49 -0000	1.478
+++ Conf.pm	17 Oct 2011 20:56:13 -0000	1.479
@@ -3024,13 +3024,6 @@
   },
 
   {
-    'key'         => 'echeck-no_routing',
-    'section'     => 'billing',
-    'description' => 'Disable the routing number entirely for Electronic Check payment info.',
-    'type'        => 'checkbox',
-  },
-
-  {
     'key'         => 'voip-cust_accountcode_cdr',
     'section'     => 'telephony',
     'description' => 'Enable the per-customer option for CDR breakdown by accountcode.',

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.591
retrieving revision 1.592
diff -u -w -d -r1.591 -r1.592
--- cust_main.pm	16 Oct 2011 01:17:48 -0000	1.591
+++ cust_main.pm	17 Oct 2011 20:56:13 -0000	1.592
@@ -1954,9 +1954,6 @@
     if ( $conf->exists('cust_main-require-bank-branch') ) {
       $payinfo =~ /^(\d+)\@(\d+)\.(\d+)$/ or return 'invalid echeck account at branch.bank';
       $payinfo = "$1\@$2.$3";
-    } elsif ( $conf->exists('echeck-no_routing') ) {
-      $payinfo =~ /^(\d+)\@(\d*)$/ or return 'invalid echeck account';
-      $payinfo = "$1\@$2";
     } elsif ( $conf->exists('echeck-nonus') ) {
       $payinfo =~ /^(\d+)\@(\d+)$/ or return 'invalid echeck account at aba';
       $payinfo = "$1\@$2";



More information about the freeside-commits mailing list