summaryrefslogtreecommitdiff
path: root/FS/FS/pay_batch.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-01-26 13:19:39 -0800
committerIvan Kohler <ivan@freeside.biz>2013-01-26 13:19:39 -0800
commitfa28a4d86ba5633825fb0ea90b3e253e8fedd60a (patch)
tree5165f9e11812e2d4487dac408be4e7c2cab6383a /FS/FS/pay_batch.pm
parentc2746333f313511c6f7e19bdbef5622d1e4014e0 (diff)
nit
Diffstat (limited to 'FS/FS/pay_batch.pm')
-rw-r--r--FS/FS/pay_batch.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm
index b8da9b4..0274914 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;