From: miker Date: Fri, 12 Mar 2010 19:14:34 +0000 (+0000) Subject: return the final count of records spooled X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=289b1427cb9f0f067fce486641814b4ca1e998d7;p=evergreen%2Ftadl.git return the final count of records spooled git-svn-id: svn://svn.open-ils.org/ILS/trunk@15834 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm index 3493a459d0..4a63ea7ad4 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm @@ -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(