accidentally duplicated a seed value, removing
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 21 Sep 2009 16:13:51 +0000 (16:13 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 21 Sep 2009 16:13:51 +0000 (16:13 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14076 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 5ba3392..120fd20 100644 (file)
@@ -2198,14 +2198,6 @@ INSERT INTO config.org_unit_setting_type (name, label, description, datatype) VA
     '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',