[freeside-commits] branch master updated. 463e2e6d248db7c3787cfbe1074abdb84ce2010e

Jeremy Davis jeremyd at 420.am
Tue Dec 30 04:18:04 PST 2014


The branch, master has been updated
       via  463e2e6d248db7c3787cfbe1074abdb84ce2010e (commit)
      from  554764806458d61d12b2a0077d4b6a8b5c5492c5 (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 463e2e6d248db7c3787cfbe1074abdb84ce2010e
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Dec 30 07:17:38 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