From 2344f8d2a6348b87c55999a3e4c4b40f8bb34c03 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 22 Jul 2010 21:43:27 +0000 Subject: [PATCH] Acq: revert something I didn't mean in r17013 git-svn-id: svn://svn.open-ils.org/ILS/trunk@17017 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/ui/default/acq/common/li_table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/acq/common/li_table.js b/Open-ILS/web/js/ui/default/acq/common/li_table.js index 43b06f6698..4a24f7410f 100644 --- a/Open-ILS/web/js/ui/default/acq/common/li_table.js +++ b/Open-ILS/web/js/ui/default/acq/common/li_table.js @@ -1780,7 +1780,7 @@ function AcqLiTable() { openils.Util.show("acq-lit-update-copies-progress"); fieldmapper.standardRequest( ['open-ils.acq', 'open-ils.acq.lineitem_detail.cud.batch'], - { async: false, + { async: true, params: [openils.User.authtoken, copies], onresponse: function(r) { var res = openils.Util.readResponse(r); -- 2.11.0