[open-ils-commits] [GIT] Evergreen ILS branch master updated. c24975a6c96bfeb4a8efe0afd0130b1042382f88

Evergreen Git git at git.evergreen-ils.org
Wed Apr 19 10:32:25 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  c24975a6c96bfeb4a8efe0afd0130b1042382f88 (commit)
      from  f0176094e498bd4598ee1c7da788cab2e80d94af (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c24975a6c96bfeb4a8efe0afd0130b1042382f88
Author: Bill Erickson <berickxx at gmail.com>
Date:   Mon Apr 3 15:13:08 2017 -0400

    LP#1679279 Hold targeter parallel grouping repair
    
    Group parallel hold targeting batches on the metarecord ID, instead of
    the ID of the metarecord map, which has no meaning to the application.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm b/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm
index f7cc947..eaed9b4 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm
@@ -176,7 +176,7 @@ sub find_holds_to_target {
         my $slot = $self->{parallel_slot} - 1;
 
         $query->{where}->{'+mmrsm'} = {
-            id => {
+            metarecord => {
                 '=' => {
                     transform => 'mod',
                     value => $slot,

-----------------------------------------------------------------------

Summary of changes:
 .../src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list