From 2fc65627f2812c3a3a9df819ae046b97cfdeb449 Mon Sep 17 00:00:00 2001 From: senator Date: Fri, 22 Oct 2010 16:24:39 +0000 Subject: [PATCH] Backport r18448 from trunk, minor acq glitch with view/place orders interface git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18449 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/ui/default/acq/lineitem/related.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/acq/lineitem/related.js b/Open-ILS/web/js/ui/default/acq/lineitem/related.js index f377bb6c2a..e06a7161ff 100644 --- a/Open-ILS/web/js/ui/default/acq/lineitem/related.js +++ b/Open-ILS/web/js/ui/default/acq/lineitem/related.js @@ -86,7 +86,7 @@ function createLi(oncomplete) { "flesh_notes": true } ], - "async": true, + "async": false, "onresponse": function(r) { var li = openils.Util.readResponse(r); if (typeof(li) == "object") { -- 2.11.0