[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. b102ce25d6340648af38fce160dc5be3a38e04fa

Evergreen Git git at git.evergreen-ils.org
Fri May 30 11:44:22 EDT 2014


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  b102ce25d6340648af38fce160dc5be3a38e04fa (commit)
      from  d4c04196352306f4c02fb8200782dc327e4c6aac (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 b102ce25d6340648af38fce160dc5be3a38e04fa
Author: Dan Pearl <dpearl at cwmars.org>
Date:   Tue May 20 13:12:47 2014 -0400

    LP#1321363: Suppress Hold Transit use elicits client error
    
    This change restores the behavior as designed.
    
    Signed-off-by: Dan Pearl <dpearl at cwmars.org>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
index 5f73860..4fec8e4 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
@@ -3032,7 +3032,7 @@ sub attempt_checkin_hold_capture {
             my $suppress_transit_pickup = $U->ou_ancestor_setting($hold->pickup_lib, 'circ.transit.suppress_hold');
             if($suppress_transit_pickup && $suppress_transit_circ->{value} eq $suppress_transit_pickup->{value}) {
                 $suppress_transit = 1;
-                $self->hold->pickup_lib($self->circ_lib);
+                $hold->pickup_lib($self->circ_lib);
             }
         }
     }

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

Summary of changes:
 .../lib/OpenILS/Application/Circ/Circulate.pm      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list