[open-ils-commits] r16342 - trunk/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Apr 29 10:17:22 EDT 2010
Author: erickson
Date: 2010-04-29 10:17:19 -0400 (Thu, 29 Apr 2010)
New Revision: 16342
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
Log:
Give the stream_results versions of vandelay item spooling the ability to, like, you know, stream
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2010-04-28 21:48:21 UTC (rev 16341)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2010-04-29 14:17:19 UTC (rev 16342)
@@ -312,6 +312,7 @@
method => "process_spool",
api_level => 1,
argc => 3,
+ stream => 1,
record_type => 'bib'
);
__PACKAGE__->register_method(
@@ -319,6 +320,7 @@
method => "process_spool",
api_level => 1,
argc => 3,
+ stream => 1,
record_type => 'auth'
);
More information about the open-ils-commits
mailing list