[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 6988f1f4ed6b7cd18292675a55605ae8a1fe66f2

Ivan ivan at 420.am
Sun Jan 20 01:39:11 PST 2013


The branch, FREESIDE_2_3_BRANCH has been updated
       via  6988f1f4ed6b7cd18292675a55605ae8a1fe66f2 (commit)
      from  5e9751d34eb61071f0be28c99f42f21c03c4f452 (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 6988f1f4ed6b7cd18292675a55605ae8a1fe66f2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jan 20 01:39:10 2013 -0800

    NACHA batching, RT#20443

diff --git a/FS/FS/pay_batch/nacha.pm b/FS/FS/pay_batch/nacha.pm
index 17c175d..d0758f4 100644
--- a/FS/FS/pay_batch/nacha.pm
+++ b/FS/FS/pay_batch/nacha.pm
@@ -8,7 +8,7 @@ use Date::Format;
 
 $name = 'NACHA';
 
-$DEBUG = 1;
+$DEBUG = 0;
 
 %import_info = (
   #XXX stub finish me
@@ -168,7 +168,7 @@ $DEBUG = 1;
 
     my $batchnum = substr( ('0'x7). $pay_batch->batchnum, -7);
 
-    warn "building Batch and File Control Records\n" if $DEBUG;
+    warn "building Batch & File Control Records\n" if $DEBUG;
 
     ###
     # Batch Control Record

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/pay_batch/nacha.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list