return the final count of records spooled
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 12 Mar 2010 19:14:34 +0000 (19:14 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 12 Mar 2010 19:14:34 +0000 (19:14 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15834 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm

index 3493a45..4a63ea7 100644 (file)
@@ -283,7 +283,7 @@ sub process_spool {
        $e->commit;
     unlink($filename);
     $cache->delete_cache('vandelay_import_spool_' . $fingerprint) if $fingerprint;
-       return undef;
+       return $count;
 }
 
 __PACKAGE__->register_method(