[open-ils-commits] r20127 - branches/rel_2_1/Open-ILS/xul/staff_client/server/cat (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Apr 16 17:33:35 EDT 2011
Author: phasefx
Date: 2011-04-16 17:33:29 -0400 (Sat, 16 Apr 2011)
New Revision: 20127
Modified:
branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js
Log:
comment tweak
Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js 2011-04-16 05:40:26 UTC (rev 20126)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js 2011-04-16 21:33:29 UTC (rev 20127)
@@ -61,7 +61,7 @@
/***********************************************************************************************************/
/* 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') || [];
More information about the open-ils-commits
mailing list