From 0a8d7fb1fdfcb3b14d11e11d5f393c4baf127b2a Mon Sep 17 00:00:00 2001 From: erickson Date: Sun, 4 Apr 2010 16:18:16 +0000 Subject: [PATCH] removed call to removed function git-svn-id: svn://svn.open-ils.org/ILS/trunk@16124 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/ui/default/acq/lineitem/related.js | 1 - 1 file changed, 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 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)); } } ); -- 2.11.0