From 26e9c09599bad06a5d74031a9ee2b5cfdea93364 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 8 Mar 2011 10:56:06 -0500 Subject: [PATCH] don't advertise this callback, things are getting more complicated with the addition of volume editing in the called interface --- Open-ILS/web/js/ui/default/acq/common/li_table.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/acq/common/li_table.js b/Open-ILS/web/js/ui/default/acq/common/li_table.js index acb96734d1..044335ef72 100644 --- a/Open-ILS/web/js/ui/default/acq/common/li_table.js +++ b/Open-ILS/web/js/ui/default/acq/common/li_table.js @@ -2467,7 +2467,6 @@ function AcqLiTable() { copyList.push(copy); } if (xulG) { - // If we need to, we can pass in an update_copy function to handle the update instead of volume_item_creator xulG.volume_item_creator( { 'existing_copies' : copyList } ); } } catch(E) { -- 2.11.0