[open-ils-commits] r16734 - trunk/Open-ILS/src/perlmods/OpenILS/Application (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jun 16 15:25:20 EDT 2010
Author: miker
Date: 2010-06-16 15:25:15 -0400 (Wed, 16 Jun 2010)
New Revision: 16734
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
typo in json_query for authority browse
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2010-06-16 19:21:48 UTC (rev 16733)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2010-06-16 19:25:15 UTC (rev 16734)
@@ -819,7 +819,7 @@
{ select => { afr => [qw/record value/] },
from => 'afr',
where => { tag => $tag, subfield => $subfield, value => { '>=' => lc($value) } },
- order_by => { mfr => { value => 'asc' } },
+ order_by => { afr => { value => 'asc' } },
limit => $after_limit,
offset => abs($page) * $page_size - $after_offset,
}
More information about the open-ils-commits
mailing list