[open-ils-commits] r18329 - trunk/Open-ILS/src/perlmods/OpenILS/Application (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 14 14:13:24 EDT 2010


Author: miker
Date: 2010-10-14 14:13:20 -0400 (Thu, 14 Oct 2010)
New Revision: 18329

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
correct top-half ordering by label_sortkey

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2010-10-14 15:33:44 UTC (rev 18328)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2010-10-14 18:13:20 UTC (rev 18329)
@@ -305,7 +305,7 @@
 			},
 			{ flesh		=> 1,
 			  flesh_fields	=> { acn => [qw/record owning_lib/] },
-			  order_by	=> { acn => "label_sortkey, upper(label) desc, id desc, owning_lib desc" },
+			  order_by	=> { acn => "label_sortkey desc, upper(label) desc, id desc, owning_lib desc" },
 			  limit		=> $before_limit,
 			  offset	=> abs($page) * $page_size - $before_offset,
 			}



More information about the open-ils-commits mailing list