From: Jason Etheridge Date: Tue, 8 Mar 2011 15:56:06 +0000 (-0500) Subject: don't advertise this callback, things are getting more complicated with the addition... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=26e9c09599bad06a5d74031a9ee2b5cfdea93364;p=evergreen%2Fequinox.git don't advertise this callback, things are getting more complicated with the addition of volume editing in the called interface --- 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) {