[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8793974a0ff6a84737bca29b3d787b792a6addf5
Evergreen Git
git at git.evergreen-ils.org
Fri Apr 26 23:22:52 EDT 2013
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 8793974a0ff6a84737bca29b3d787b792a6addf5 (commit)
from 15de0f58f95ba3784d96d33443676ff9fed1ab24 (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 8793974a0ff6a84737bca29b3d787b792a6addf5
Author: Bill Erickson <berick at esilibrary.com>
Date: Thu Apr 25 11:54:40 2013 -0400
LP#1172893: fix query for retrieving available holds
Signed-off-by: Bill Erickson <berick at esilibrary.com>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
index fc43e1d..cde9619 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
@@ -570,7 +570,7 @@ sub retrieve_holds {
if($available) {
$holds_query->{where}->{shelf_time} = {'!=' => undef};
# Maybe?
- $holds_query->{where}->{pickup_lib} = {'=' => 'current_shelf_lib'};
+ $holds_query->{where}->{pickup_lib} = {'=' => {'+ahr' => 'current_shelf_lib'}};
}
}
-----------------------------------------------------------------------
Summary of changes:
.../perlmods/lib/OpenILS/Application/Circ/Holds.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list