From: senator Date: Fri, 22 Oct 2010 16:23:55 +0000 (+0000) Subject: Acq: fix minor bug, sometimes view/place orders interface failed if you clicked X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=08e054367aa3866041628ce8c8e4c9b1610798f7;p=evergreen%2Fjoelewis.git Acq: fix minor bug, sometimes view/place orders interface failed if you clicked "Add to Selection List" for a new order git-svn-id: svn://svn.open-ils.org/ILS/trunk@18448 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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") {