From 66a5f35c0aca6bbaa011b8c321fd886b11f851c4 Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 28 Jan 2008 22:04:02 +0000 Subject: [PATCH] spacing git-svn-id: svn://svn.open-ils.org/ILS/trunk@8520 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0