From: Jason Etheridge Date: Tue, 8 Mar 2011 19:18:56 +0000 (-0500) Subject: shouldn't remove these after all. the second condition can happen at least if you... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ca4dd6424b51c2fc7e78593ed82f6c7c3935fa2f;p=evergreen%2Fequinox.git shouldn't remove these after all. the second condition can happen at least if you go changing call number labels --- diff --git a/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js b/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js index 6769e6c18c..3c948b1d9a 100644 --- a/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js +++ b/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js @@ -705,11 +705,9 @@ g.gather_copies = function() { var bmp_id = barcodes[i].getAttribute('bmp_id'); if (typeof volumes_hash[ou_id] == 'undefined') { - alert('1: I want to remove this soon, so alert me if it is getting used'); volumes_hash[ou_id] = {} } if (typeof volumes_hash[ou_id][callnumber] == 'undefined') { - alert('2: I want to remove this soon, so alert me if it is getting used'); volumes_hash[ou_id][callnumber] = { 'call_number_data' : {}, 'barcode_data' : []