[open-ils-commits] r17017 - trunk/Open-ILS/web/js/ui/default/acq/common (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jul 22 17:43:33 EDT 2010


Author: senator
Date: 2010-07-22 17:43:27 -0400 (Thu, 22 Jul 2010)
New Revision: 17017

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js
Log:
Acq: revert something I didn't mean in r17013


Modified: trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js	2010-07-22 21:39:33 UTC (rev 17016)
+++ trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js	2010-07-22 21:43:27 UTC (rev 17017)
@@ -1780,7 +1780,7 @@
             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);



More information about the open-ils-commits mailing list