Add a note for future work for full hold count coverage
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Feb 2011 20:49:37 +0000 (20:49 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Feb 2011 20:49:37 +0000 (20:49 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19446 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm

index 7498f4b..ec462c6 100644 (file)
@@ -3255,6 +3255,7 @@ __PACKAGE__->register_method(
     }
 );
 
+# XXX Need to add type I (and, soon, type P) holds to these counts
 sub rec_hold_count {
     my($self, $conn, $target_id) = @_;