don't advertise this callback, things are getting more complicated with the addition...
authorJason Etheridge <jason@esilibrary.com>
Tue, 8 Mar 2011 15:56:06 +0000 (10:56 -0500)
committerJason Etheridge <jason@esilibrary.com>
Tue, 8 Mar 2011 15:56:06 +0000 (10:56 -0500)
Open-ILS/web/js/ui/default/acq/common/li_table.js

index acb9673..044335e 100644 (file)
@@ -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) {