[open-ils-commits] r14064 - trunk/Open-ILS/src/sql/Pg (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 18 18:29:55 EDT 2009


Author: phasefx
Date: 2009-09-18 18:29:48 -0400 (Fri, 18 Sep 2009)
New Revision: 14064

Modified:
   trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
seed new databases with the circ.max_patron_claim_return_count org unit setting type

Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-09-18 21:34:39 UTC (rev 14063)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-09-18 22:29:48 UTC (rev 14064)
@@ -1815,8 +1815,13 @@
 ( 'ui.patron.default_inet_access_level',
   'Default level of patrons'' internet access',
   null,
-  'integer' );
+  'integer' ),
 
+( 'circ.max_patron_claim_return_count',
+    'Max Patron Claims Returned Count',
+    'When this count is exceeded, a staff override is required to mark the item as claims returned',
+    'integer' );
+
 -- Org_unit_setting_type(s) that need an fm_class:
 INSERT into config.org_unit_setting_type
 ( name, label, description, datatype, fm_class ) VALUES



More information about the open-ils-commits mailing list