[open-ils-commits] [GIT] Evergreen ILS branch master updated. f83911089625e4db6ddd3e3ffb6d2e8c21ede8a1
Evergreen Git
git at git.evergreen-ils.org
Tue Aug 20 10:16:36 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 f83911089625e4db6ddd3e3ffb6d2e8c21ede8a1 (commit)
from 3c6a6d4d227a40a4409e8a57bcb7ac882e6b3615 (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 f83911089625e4db6ddd3e3ffb6d2e8c21ede8a1
Author: Galen Charlton <gmc at esilibrary.com>
Date: Fri Feb 22 14:00:55 2013 -0500
LP#1131889: sort TPac copy list by normalized call number
... as opposed to the literal call number label. E.g., this
patch would make LC call number "AE5 .E363 1975 v.10" sort
after "AE5 .E363 1975 v.9" rather than after "AE5 .E363 1975 v.1"
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/AppUtils.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
index 92f1daf..e9f1a2c 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
@@ -2036,7 +2036,7 @@ sub basic_opac_copy_query {
order_by => [
{class => 'aou', field => 'name'},
- {class => 'acn', field => 'label'},
+ {class => 'acn', field => 'label_sortkey'},
{class => 'acp', field => 'copy_number'}
],
-----------------------------------------------------------------------
Summary of changes:
.../perlmods/lib/OpenILS/Application/AppUtils.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list