From e6abd2f10ed7b6b7ed3cdc4ee75a60ec293d040f Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 19 Aug 2010 14:22:27 +0000 Subject: [PATCH] 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 --- Open-ILS/web/js/ui/default/acq/po/view_po.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 09e7862ae..65b978ab9 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'); -- 2.11.0