diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-01-26 13:19:39 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-01-26 13:19:39 -0800 |
| commit | fa28a4d86ba5633825fb0ea90b3e253e8fedd60a (patch) | |
| tree | 5165f9e11812e2d4487dac408be4e7c2cab6383a | |
| parent | c2746333f313511c6f7e19bdbef5622d1e4014e0 (diff) | |
nit
| -rw-r--r-- | FS/FS/pay_batch.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm index b8da9b49b..0274914eb 100644 --- a/FS/FS/pay_batch.pm +++ b/FS/FS/pay_batch.pm @@ -201,7 +201,7 @@ foreach my $INC (@INC) { \\%FS::pay_batch::$mod\::export_info, \$FS::pay_batch::$mod\::name)"; $name ||= $mod; # in case it's not defined - if( $@) { + if ($@) { # in FS::cdr this is a die, not a warn. That's probably a bug. warn "error using FS::pay_batch::$mod (skipping): $@\n"; next; |
