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

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Aug 19 10:22:29 EDT 2010


Author: erickson
Date: 2010-08-19 10:22:27 -0400 (Thu, 19 Aug 2010)
New Revision: 17262

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/po/view_po.js
Log:
added clear_marc to po li retrieval to cut down network; mild code cleanup

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-08-19 14:22:26 UTC (rev 17261)
+++ trunk/Open-ILS/web/js/ui/default/acq/po/view_po.js	2010-08-19 14:22:27 UTC (rev 17262)
@@ -385,7 +385,11 @@
     fieldmapper.standardRequest(
         ['open-ils.acq', 'open-ils.acq.lineitem.search'],
         {   async: true,
-params: [openils.User.authtoken, {purchase_order:poId}, {flesh_attrs:true, flesh_notes:true, flesh_cancel_reason:true}],
+            params: [
+                openils.User.authtoken, 
+                {purchase_order:poId}, 
+                {flesh_attrs:true, flesh_notes:true, flesh_cancel_reason:true, clear_marc:true}
+            ],
             onresponse: function(r) {
                 zeroLi = false;
                 liTable.show('list');



More information about the open-ils-commits mailing list