From: miker Date: Thu, 21 Sep 2006 05:24:12 +0000 (+0000) Subject: moving prev_check_time inside the transaction. not critical, but "good" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=98e5b0b6a0b69519b2499e7ac6ca143824c63401;p=evergreen%2Fpines.git 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 --- 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' } );