From: erickson Date: Thu, 19 Aug 2010 14:22:27 +0000 (+0000) Subject: added clear_marc to po li retrieval to cut down network; mild code cleanup X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e6abd2f10ed7b6b7ed3cdc4ee75a60ec293d040f;p=evergreen%2Fpines.git added clear_marc to po li retrieval to cut down network; mild code cleanup git-svn-id: svn://svn.open-ils.org/ILS/trunk@17262 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 09e7862ae9..65b978ab9f 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 @@ -385,7 +385,11 @@ function init() { 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');