From: Jason Etheridge Date: Fri, 20 May 2011 02:54:30 +0000 (-0400) Subject: order any monograph parts by sort key when placing holds X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=510fdf7bdea8c8ad90b3209ac182840749185884;p=evergreen%2Ftadl.git order any monograph parts by sort key when placing holds Signed-off-by: Jason Etheridge --- 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 4be3a4136d..bef8eb7b59 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) {