From: erickson Date: Thu, 9 Apr 2009 18:48:22 +0000 (+0000) Subject: fixed order by clause X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c7838d3a20163c24c305844e88f356a2e27297fc;p=evergreen%2Fmasslnc.git fixed order by clause git-svn-id: svn://svn.open-ils.org/ILS/trunk@12836 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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'}}); } );