Give the stream_results versions of vandelay item spooling the ability to, like,...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 29 Apr 2010 14:17:19 +0000 (14:17 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 29 Apr 2010 14:17:19 +0000 (14:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16342 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 4f4dfc7..04abeed 100644 (file)
@@ -312,6 +312,7 @@ __PACKAGE__->register_method(
        method          => "process_spool",
        api_level       => 1,
        argc            => 3,
+    stream      => 1,
        record_type     => 'bib'
 );                      
 __PACKAGE__->register_method(  
@@ -319,6 +320,7 @@ __PACKAGE__->register_method(
        method          => "process_spool",
        api_level       => 1,
        argc            => 3,
+    stream      => 1,
        record_type     => 'auth'
 );