From c7838d3a20163c24c305844e88f356a2e27297fc Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 9 Apr 2009 18:48:22 +0000 Subject: [PATCH] fixed order by clause git-svn-id: svn://svn.open-ils.org/ILS/trunk@12836 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2 b/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2 index f7e93d456c..cd48b3b171 100644 --- a/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2 +++ b/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2 @@ -6,7 +6,7 @@ dojo.require('openils.Util'); openils.Util.addOnLoad( function() { - ctGrid.loadAll({order_by:{ccm : 'name'}}); + ctGrid.loadAll({order_by:{acqct : 'code'}}); } ); -- 2.11.0