[open-ils-commits] r11340 - trunk/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 25 10:48:09 EST 2008


Author: miker
Date: 2008-11-25 10:48:07 -0500 (Tue, 25 Nov 2008)
New Revision: 11340

Modified:
   trunk/Open-ILS/src/sql/Pg/100.circ_matrix.sql
Log:
updating comment

Modified: trunk/Open-ILS/src/sql/Pg/100.circ_matrix.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/100.circ_matrix.sql	2008-11-25 15:47:19 UTC (rev 11339)
+++ trunk/Open-ILS/src/sql/Pg/100.circ_matrix.sql	2008-11-25 15:48:07 UTC (rev 11340)
@@ -507,7 +507,7 @@
     -- Start over for max out
     SELECT INTO tmp_org * FROM actor.org_unit WHERE id = context_org;
 
-    -- Fail if the user has too many overdue items
+    -- Fail if the user has too many checked out items
     LOOP
         tmp_grp := user_object.profile;
         LOOP



More information about the open-ils-commits mailing list