From 98e5b0b6a0b69519b2499e7ac6ca143824c63401 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 21 Sep 2006 05:24:12 +0000 Subject: [PATCH] moving prev_check_time inside the transaction. not critical, but "good" git-svn-id: svn://svn.open-ils.org/ILS/trunk@6173 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm | 1 - 1 file changed, 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 eef13848b3..5f5e3a4d30 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -808,7 +808,6 @@ sub new_hold_copy_targeter { # if we have no copies ... if (!ref $all_copies || !@$all_copies) { $log->info("\tNo copies available for targeting at all!\n"); - $self->method_lookup('open-ils.storage.transaction.commit')->run; push @successes, { hold => $hold->id, eligible_copies => 0, error => 'NO_COPIES' }; $hold->update( { prev_check_time => 'today' } ); -- 2.11.0