[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_5 updated. 430a0c854c48ceb13f1f8dbfc5fe9c0af955d208
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, rel_2_5 has been updated
via 430a0c854c48ceb13f1f8dbfc5fe9c0af955d208 (commit)
from 9407725acf1d1d082520762b4797af8aa9ac93c3 (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 430a0c854c48ceb13f1f8dbfc5fe9c0af955d208
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