From ca4dd6424b51c2fc7e78593ed82f6c7c3935fa2f Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 8 Mar 2011 14:18:56 -0500 Subject: [PATCH] shouldn't remove these after all. the second condition can happen at least if you go changing call number labels --- Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js | 2 -- 1 file changed, 2 deletions(-) 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' : [] -- 2.11.0