[open-ils-commits] r12368 - trunk/Open-ILS/src/perlmods/OpenILS/Application (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Mar 2 21:40:53 EST 2009


Author: miker
Date: 2009-03-02 21:40:52 -0500 (Mon, 02 Mar 2009)
New Revision: 12368

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
Log:
typo

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm	2009-03-03 02:39:34 UTC (rev 12367)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm	2009-03-03 02:40:52 UTC (rev 12368)
@@ -401,7 +401,7 @@
 	my $xml = OpenILS::Application::Ingest::entityize($bib->marc);
 
 	my $cstore = OpenSRF::AppSession->connect( 'open-ils.cstore' );
-	my $cn = $cstore->request( 'open-ils.cstore.direct.asset.call_number.search' => { id => { '!=' => undef }, { limit => 1 } } )->gather(1);
+	my $cn = $cstore->request( 'open-ils.cstore.direct.asset.call_number.search' => { id => { '!=' => undef } }, { limit => 1 } )->gather(1);
     $cstore->disconnect;
 
     my $max_cn = int($cn->id) + 1000;



More information about the open-ils-commits mailing list