nit
authorIvan Kohler <ivan@freeside.biz>
Sat, 26 Jan 2013 21:19:39 +0000 (13:19 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 26 Jan 2013 21:19:39 +0000 (13:19 -0800)
FS/FS/pay_batch.pm

index b8da9b4..0274914 100644 (file)
@@ -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;