From: miker Date: Mon, 28 Jan 2008 22:04:02 +0000 (+0000) Subject: spacing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=66a5f35c0aca6bbaa011b8c321fd886b11f851c4;p=Evergreen.git spacing git-svn-id: svn://svn.open-ils.org/ILS/trunk@8520 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm index 9231f4cd81..699b2ebb0b 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -818,7 +818,7 @@ sub new_hold_copy_targeter { $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->remove_from_object_index(); $hold = action::hold_request->retrieve( $hold->id ); die "OK\n" if (!$hold or $hold->capture_time);