[open-ils-commits] r19446 - trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Feb 15 15:49:42 EST 2011


Author: miker
Date: 2011-02-15 15:49:37 -0500 (Tue, 15 Feb 2011)
New Revision: 19446

Modified:
   trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
Log:
Add a note for future work for full hold count coverage

Modified: trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm	2011-02-15 19:00:47 UTC (rev 19445)
+++ trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm	2011-02-15 20:49:37 UTC (rev 19446)
@@ -3255,6 +3255,7 @@
     }
 );
 
+# XXX Need to add type I (and, soon, type P) holds to these counts
 sub rec_hold_count {
     my($self, $conn, $target_id) = @_;
 



More information about the open-ils-commits mailing list