From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 27 May 2010 18:47:48 +0000 (+0000)
Subject: edi_message fetching for POs is just for counting, use id_list instead of full object... 
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d9983be4eac9442a0c8a7ea62109f0fbc3942667;p=evergreen%2Fpines.git

edi_message fetching for POs is just for counting, use id_list instead of full object fetching

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16524 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/web/js/ui/default/acq/po/view_po.js b/Open-ILS/web/js/ui/default/acq/po/view_po.js
index 6043bf0e22..4e4d769e5c 100644
--- a/Open-ILS/web/js/ui/default/acq/po/view_po.js
+++ b/Open-ILS/web/js/ui/default/acq/po/view_po.js
@@ -395,7 +395,7 @@ params: [openils.User.authtoken, {purchase_order:poId}, {flesh_attrs:true, flesh
         'acqedim', 
         {purchase_order : poId}, 
         {
-            order_by : {acqedim : 'create_time'},
+            id_list : true,
             oncomplete : function(r) {
                 var resp = openils.Util.readResponse(r);
                 // TODO: I18n