From: Bill Erickson Date: Fri, 24 Jun 2016 20:47:27 +0000 (-0400) Subject: LP#? Hold targeter refactoring and optimization. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4b0bf7bd97c1bbc479f8b2ba219251e7c5795d68;p=working%2FEvergreen.git LP#? Hold targeter refactoring and optimization. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm b/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm index d598057cca..cd7dc06ad9 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm @@ -1015,7 +1015,7 @@ sub log_unfulfilled_hold { my $e = $self->editor; $self->log_hold( - "hold was not (but should have been) fulfilled by $prev_id"); + "hold was not fulfilled by previous targeted copy $prev_id"); my $circ_lib; if ($self->{valid_previous_copy}) {