[open-ils-commits] r14076 - trunk/Open-ILS/src/sql/Pg (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Sep 21 12:13:54 EDT 2009


Author: erickson
Date: 2009-09-21 12:13:51 -0400 (Mon, 21 Sep 2009)
New Revision: 14076

Modified:
   trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
accidentally duplicated a seed value, removing

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-21 15:21:43 UTC (rev 14075)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-09-21 16:13:51 UTC (rev 14076)
@@ -2198,14 +2198,6 @@
     'string'
 );
 
--- max claims returned count setting
-INSERT INTO config.org_unit_setting_type (name, label, description, datatype) VALUES (
-    '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'
-);
-
 -- perm to override max claims returned
 INSERT INTO permission.perm_list (code, description) VALUES (
     'SET_CIRC_CLAIMS_RETURNED.override',



More information about the open-ils-commits mailing list