diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-01-20 01:39:08 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-01-20 01:39:08 -0800 |
commit | 795aa783f79e6d286ffcbd8ce4d00ede5aa5c003 (patch) | |
tree | 654e5d6791bdc326cc1a8a8c1160e1b4556a4d46 /FS | |
parent | 4918b795f15330720ac379fde8d99855ece06c17 (diff) |
NACHA batching, RT#20443
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/pay_batch/nacha.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/pay_batch/nacha.pm b/FS/FS/pay_batch/nacha.pm index 17c175daf..d0758f4b6 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 |