From 9bc07a4709f56b251f811ab37566e78948e59594 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sat, 16 Apr 2011 21:33:29 +0000 Subject: [PATCH] comment tweak git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@20127 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4d70a03a4f..7210d3bcf5 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 @@ -61,7 +61,7 @@ function my_init() { /***********************************************************************************************************/ /* Am I adding just copies or copies and volumes? Or am I rebarcoding existing copies? */ - // g.copy_shortcut = { ou_id : { callnumber_label : callnumber_id }, ... } + // g.copy_shortcut = { ou_id : { callnumber_label : callnumber_id, callnumber_label : callnumber_id, ... }, ... } g.copy_shortcut = xul_param('copy_shortcut'); // g.existing_copies = [ copy1, copy2, ... ] g.existing_copies = xul_param('existing_copies') || []; -- 2.11.0