[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 7d4fbbc8f3b89c221930e95d27d2026768dcfb5e

Evergreen Git git at git.evergreen-ils.org
Wed Apr 19 10:34:13 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, rel_2_12 has been updated
       via  7d4fbbc8f3b89c221930e95d27d2026768dcfb5e (commit)
      from  89f4e6b42eecfb256807a7f9f78b5530d3e93e46 (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 7d4fbbc8f3b89c221930e95d27d2026768dcfb5e
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