shouldn't remove these after all. the second condition can happen at least if you...
authorJason Etheridge <jason@esilibrary.com>
Tue, 8 Mar 2011 19:18:56 +0000 (14:18 -0500)
committerJason Etheridge <jason@esilibrary.com>
Tue, 8 Mar 2011 19:18:56 +0000 (14:18 -0500)
Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js

index 6769e6c..3c948b1 100644 (file)
@@ -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' : []