[freeside-commits] branch master updated. 57d7d006398f31bfc6672a7adeed7993dc8ee7ad

Jeremy Davis jeremyd at 420.am
Thu Nov 13 09:13:20 PST 2014


The branch, master has been updated
       via  57d7d006398f31bfc6672a7adeed7993dc8ee7ad (commit)
      from  eb496e0e972cdaa94f894d232c5cc6dfa250e9ad (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 57d7d006398f31bfc6672a7adeed7993dc8ee7ad
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Nov 13 12:13:02 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