[open-ils-commits] r7954 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Nov 1 00:14:39 EDT 2007


Author: miker
Date: 2007-10-31 23:59:51 -0400 (Wed, 31 Oct 2007)
New Revision: 7954

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
forward porting hold re-targeting fix

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2007-11-01 02:30:45 UTC (rev 7953)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2007-11-01 03:59:51 UTC (rev 7954)
@@ -818,6 +818,7 @@
 			$log->info("Processing hold ".$hold->id."...\n");
 
 			#first, re-fetch the hold, to make sure it's not captured already
+            $hold->remove_from_object_index();
 			$hold = action::hold_request->retrieve( $hold->id );
 			die "OK\n" if (!$hold or $hold->capture_time);
 



More information about the open-ils-commits mailing list