seed new databases with the circ.max_patron_claim_return_count org unit setting type
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 18 Sep 2009 22:29:48 +0000 (22:29 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 18 Sep 2009 22:29:48 +0000 (22:29 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14064 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 4e78079..7dd19c3 100644 (file)
@@ -1815,7 +1815,12 @@ INSERT into config.org_unit_setting_type
 ( '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