From 463e2e6d248db7c3787cfbe1074abdb84ce2010e Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Tue, 30 Dec 2014 07:17:38 -0500 Subject: [PATCH] Ticket #32755 Fix eftcanda delay date --- FS/FS/pay_batch/eft_canada.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/pay_batch/eft_canada.pm b/FS/FS/pay_batch/eft_canada.pm index ab9e6a3b6..b7a9e198e 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 -- 2.11.0