[open-ils-commits] r16524 - trunk/Open-ILS/web/js/ui/default/acq/po (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu May 27 14:47:52 EDT 2010


Author: erickson
Date: 2010-05-27 14:47:48 -0400 (Thu, 27 May 2010)
New Revision: 16524

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/po/view_po.js
Log:
edi_message fetching for POs is just for counting, use id_list instead of full object fetching

Modified: trunk/Open-ILS/web/js/ui/default/acq/po/view_po.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/po/view_po.js	2010-05-27 18:44:22 UTC (rev 16523)
+++ trunk/Open-ILS/web/js/ui/default/acq/po/view_po.js	2010-05-27 18:47:48 UTC (rev 16524)
@@ -395,7 +395,7 @@
         'acqedim', 
         {purchase_order : poId}, 
         {
-            order_by : {acqedim : 'create_time'},
+            id_list : true,
             oncomplete : function(r) {
                 var resp = openils.Util.readResponse(r);
                 // TODO: I18n



More information about the open-ils-commits mailing list