[open-ils-commits] r9235 - trunk/Open-ILS/web/opac/skin/default/js

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Apr 4 17:55:25 EDT 2008


Author: miker
Date: 2008-04-04 17:18:48 -0400 (Fri, 04 Apr 2008)
New Revision: 9235

Modified:
   trunk/Open-ILS/web/opac/skin/default/js/result_common.js
Log:
copy counts come back, but must be interpreted differently

Modified: trunk/Open-ILS/web/opac/skin/default/js/result_common.js
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/js/result_common.js	2008-04-04 21:18:09 UTC (rev 9234)
+++ trunk/Open-ILS/web/opac/skin/default/js/result_common.js	2008-04-04 21:18:48 UTC (rev 9235)
@@ -693,6 +693,7 @@
 }
 
 
+/* XXX Needs to understand Lasso copy counts... */
 /* display the collected copy counts */
 function resultDisplayCopyCounts(rec, pagePosition, copy_counts) {
 	if(copy_counts == null || rec == null) return;



More information about the open-ils-commits mailing list