[freeside-commits] branch FREESIDE_3_BRANCH updated. 1d252045c95388483c957634696daaed7729b84c
Jeremy Davis
jeremyd at 420.am
Thu Nov 13 09:13:49 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 1d252045c95388483c957634696daaed7729b84c (commit)
from 9ae9c1bf422f012cdc5c19255ec4593ea7e83163 (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 1d252045c95388483c957634696daaed7729b84c
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Nov 13 12:13:44 2014 -0500
Ticket 31993 Changes to EFT Canada format
diff --git a/FS/FS/pay_batch/eft_canada.pm b/FS/FS/pay_batch/eft_canada.pm
index 310c400..0c09321 100644
--- a/FS/FS/pay_batch/eft_canada.pm
+++ b/FS/FS/pay_batch/eft_canada.pm
@@ -81,9 +81,11 @@ my %holiday = (
# company + empty or first + last
my $company = sprintf('%.64s', $cust_pay_batch->cust_main->company);
if ( $company ) {
+ push @fields, 'Business';
push @fields, $company, ''
}
else {
+ push @fields, 'Personal';
push @fields, map { sprintf('%.64s', $_) }
$cust_pay_batch->first, $cust_pay_batch->last;
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/pay_batch/eft_canada.pm | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list