[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. 9d7baef623ceef01daa261eb5819065e9b52848a
Evergreen Git
git at git.evergreen-ils.org
Fri Apr 26 23:22:54 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, rel_2_4 has been updated
via 9d7baef623ceef01daa261eb5819065e9b52848a (commit)
from c0ccd004cb5f105ccb0ad537f5a0280728b457a7 (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 9d7baef623ceef01daa261eb5819065e9b52848a
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