added seed data for org-unit setting
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 14 Jul 2009 20:08:41 +0000 (20:08 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 14 Jul 2009 20:08:41 +0000 (20:08 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13592 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 7ff025a..ddb5d5d 100644 (file)
@@ -1776,6 +1776,11 @@ INSERT into config.org_unit_setting_type
   'When set, if a patron address is set to invalid, a penalty is applied.',
   'bool' ),
 
+( 'circ.checkout_fills_related_hold',
+  'Checkout Fills Related Hold',
+  'When a patron checks out an item and they have no holds that directly target the item, the system will attempt to find a hold for the patron that could be fulfilled by the checked out item and fulfills it',
+  'bool'),
+
 ( 'ui.patron.default_inet_access_level',
   'Default level of patrons'' internet access',
   null,