[open-ils-commits] r7955 -
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Nov 1 00:15:29 EDT 2007
Author: miker
Date: 2007-11-01 00:00:41 -0400 (Thu, 01 Nov 2007)
New Revision: 7955
Modified:
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
forward porting hold re-targeting fix
Modified: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2007-11-01 03:59:51 UTC (rev 7954)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2007-11-01 04:00:41 UTC (rev 7955)
@@ -786,6 +786,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