From: phasefx Date: Sat, 16 Apr 2011 21:35:38 +0000 (+0000) Subject: comment tweak X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c83fca7b992e72be2fceba797243eaca5f0c0a9d;p=contrib%2FConifer.git comment tweak git-svn-id: svn://svn.open-ils.org/ILS/trunk@20132 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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') || [];