[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 510fdf7bdea8c8ad90b3209ac182840749185884
Evergreen Git
git at git.evergreen-ils.org
Thu May 19 22:47:52 EDT 2011
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_1 has been updated
via 510fdf7bdea8c8ad90b3209ac182840749185884 (commit)
from d5190ff499271e0a35723d75050ca3d5f41728d0 (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 510fdf7bdea8c8ad90b3209ac182840749185884
Author: Jason Etheridge <jason at esilibrary.com>
Date: Thu May 19 22:54:30 2011 -0400
order any monograph parts by sort key when placing holds
Signed-off-by: Jason Etheridge <jason at esilibrary.com>
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
index 4be3a41..bef8eb7 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
@@ -2519,7 +2519,8 @@ sub rec_hold_parts {
distinct => 1,
}
}
- }
+ },
+ order_by =>[{class=>'bmp', field=>'label_sortkey'}]
};
if(defined $pickup_lib) {
-----------------------------------------------------------------------
Summary of changes:
.../lib/OpenILS/Application/Search/Biblio.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list