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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Oct 22 12:23:58 EDT 2010


Author: senator
Date: 2010-10-22 12:23:55 -0400 (Fri, 22 Oct 2010)
New Revision: 18448

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/lineitem/related.js
Log:
Acq: fix minor bug, sometimes view/place orders interface failed if you clicked
"Add to Selection List" for a new order


Modified: trunk/Open-ILS/web/js/ui/default/acq/lineitem/related.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/lineitem/related.js	2010-10-22 16:21:07 UTC (rev 18447)
+++ trunk/Open-ILS/web/js/ui/default/acq/lineitem/related.js	2010-10-22 16:23:55 UTC (rev 18448)
@@ -86,7 +86,7 @@
                         "flesh_notes": true
                     }
                 ],
-                "async": true,
+                "async": false,
                 "onresponse": function(r) {
                     var li = openils.Util.readResponse(r);
                     if (typeof(li) == "object") {



More information about the open-ils-commits mailing list