From 56b0fd2deb2432578314994c4f48dc2803b5ae3d Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 21 Aug 2006 16:19:42 +0000 Subject: [PATCH] fixed order_by clause git-svn-id: svn://svn.open-ils.org/ILS/trunk@5628 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm index 842ffa1281..ee74c04794 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm @@ -286,7 +286,7 @@ sub fleshed_copy_retrieve2 { [ { target_copy => $copy->id }, { - order_by => 'xact_start', + order_by => { circ => 'xact_start desc' }, limit => 1 } ] -- 2.11.0