From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Sun, 4 Apr 2010 16:18:16 +0000 (+0000)
Subject: removed call to removed function
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0a8d7fb1fdfcb3b14d11e11d5f393c4baf127b2a;p=evergreen%2Fpines.git

removed call to removed function

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16124 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 428627d91e..5e58b9aa38 100644
--- a/Open-ILS/web/js/ui/default/acq/lineitem/related.js
+++ b/Open-ILS/web/js/ui/default/acq/lineitem/related.js
@@ -24,7 +24,6 @@ function fetchLi() {
             }],
             "oncomplete": function(r) {
                 fetchBib();
-                drawLiInfo(openils.Util.readResponse(r));
             }
         }
     );