[freeside-commits] branch FREESIDE_3_BRANCH updated. 3c89032f8902e137e70528c5e8c3b24c4c40f238
Jeremy Davis
jeremyd at 420.am
Tue Dec 30 04:20:05 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 3c89032f8902e137e70528c5e8c3b24c4c40f238 (commit)
from 013399a9b51875b841bbc1ce5a2dbf7583519d88 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3c89032f8902e137e70528c5e8c3b24c4c40f238
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Tue Dec 30 07:19:54 2014 -0500
Ticket #32755 Fix eftcanda delay date
diff --git a/FS/FS/pay_batch/eft_canada.pm b/FS/FS/pay_batch/eft_canada.pm
index ab9e6a3..b7a9e19 100644
--- a/FS/FS/pay_batch/eft_canada.pm
+++ b/FS/FS/pay_batch/eft_canada.pm
@@ -149,7 +149,7 @@ sub process_date {
@config = $conf->config('batchconfig-eft_canada');
}
- my $process_delay = $config[3] || 1;
+ my $process_delay = $config[4] || 1;
if ( (localtime(time))[2] >= 10 and $process_delay == 1 ) {
# If downloading the batch after 10:00 local time, it likely won't make
-----------------------------------------------------------------------
Summary of changes:
FS/FS/pay_batch/eft_canada.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list