[open-ils-commits] r18449 - branches/rel_2_0/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:24:42 EDT 2010


Author: senator
Date: 2010-10-22 12:24:39 -0400 (Fri, 22 Oct 2010)
New Revision: 18449

Modified:
   branches/rel_2_0/Open-ILS/web/js/ui/default/acq/lineitem/related.js
Log:
Backport r18448 from trunk, minor acq glitch with view/place orders interface


Modified: branches/rel_2_0/Open-ILS/web/js/ui/default/acq/lineitem/related.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/ui/default/acq/lineitem/related.js	2010-10-22 16:23:55 UTC (rev 18448)
+++ branches/rel_2_0/Open-ILS/web/js/ui/default/acq/lineitem/related.js	2010-10-22 16:24:39 UTC (rev 18449)
@@ -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