[open-ils-commits] r20132 - trunk/Open-ILS/xul/staff_client/server/cat (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Apr 16 17:35:44 EDT 2011


Author: phasefx
Date: 2011-04-16 17:35:38 -0400 (Sat, 16 Apr 2011)
New Revision: 20132

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js
Log:
comment tweak


Modified: trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js	2011-04-16 21:33:41 UTC (rev 20131)
+++ trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js	2011-04-16 21:35:38 UTC (rev 20132)
@@ -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