[open-ils-commits] [GIT] Evergreen ILS branch master updated. c2aaec1710027c08a5fc4e19df755db1404cb033

Evergreen Git git at git.evergreen-ils.org
Thu May 19 22:47:51 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, master has been updated
       via  c2aaec1710027c08a5fc4e19df755db1404cb033 (commit)
      from  0512432770a4bec4526a7094d79b14a53eb13c71 (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 c2aaec1710027c08a5fc4e19df755db1404cb033
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