bug fix for propagating call number data
authorJason Etheridge <jason@esilibrary.com>
Fri, 11 Mar 2011 17:10:15 +0000 (12:10 -0500)
committerJason Etheridge <jason@esilibrary.com>
Fri, 11 Mar 2011 17:10:15 +0000 (12:10 -0500)
Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js

index 9ded72c..4436289 100644 (file)
@@ -358,6 +358,11 @@ g.render_callnumber_copy_count_entry = function(row,ou_id,count) {
         var callnumber_composite_key = acnc_id + ':' + acnp_id + ':' + acn_label + ':' + acns_id;
         dump('\tcomposite_key = ' + callnumber_composite_key + '\n');
 
+        _call_number_column_textbox.setAttribute('callkey',callnumber_composite_key);
+        _call_number_column_textbox.setAttribute('acnc_id',acnc_id);
+        _call_number_column_textbox.setAttribute('acnp_id',acnc_id);
+        _call_number_column_textbox.setAttribute('acns_id',acnc_id);
+
         handle_change_precipitating_barcode_rendering(
             callnumber_composite_key,
             _number_of_copies_column_textbox,