From 510fdf7bdea8c8ad90b3209ac182840749185884 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 19 May 2011 22:54:30 -0400 Subject: [PATCH] order any monograph parts by sort key when placing holds Signed-off-by: Jason Etheridge --- Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.11.0