[open-ils-commits] r12836 - trunk/Open-ILS/web/templates/default/acq/financial (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Apr 9 14:48:25 EDT 2009


Author: erickson
Date: 2009-04-09 14:48:22 -0400 (Thu, 09 Apr 2009)
New Revision: 12836

Modified:
   trunk/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2
Log:
fixed order by clause

Modified: trunk/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2	2009-04-09 17:09:55 UTC (rev 12835)
+++ trunk/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2	2009-04-09 18:48:22 UTC (rev 12836)
@@ -6,7 +6,7 @@
     dojo.require('openils.Util');
     openils.Util.addOnLoad(
         function() {
-            ctGrid.loadAll({order_by:{ccm : 'name'}});
+            ctGrid.loadAll({order_by:{acqct : 'code'}});
         }
     );
 </script>



More information about the open-ils-commits mailing list