[freeside-commits] freeside/FS/FS Conf.pm, 1.468.2.10, 1.468.2.11 cust_main.pm, 1.586.2.4, 1.586.2.5
Ivan,,,
ivan at wavetail.420.am
Mon Oct 17 13:56:14 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv14794/FS/FS
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.468.2.10
retrieving revision 1.468.2.11
diff -u -w -d -r1.468.2.10 -r1.468.2.11
--- Conf.pm 16 Oct 2011 01:17:57 -0000 1.468.2.10
+++ Conf.pm 17 Oct 2011 20:56:11 -0000 1.468.2.11
@@ -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.586.2.4
retrieving revision 1.586.2.5
diff -u -w -d -r1.586.2.4 -r1.586.2.5
--- cust_main.pm 16 Oct 2011 01:17:57 -0000 1.586.2.4
+++ cust_main.pm 17 Oct 2011 20:56:12 -0000 1.586.2.5
@@ -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