added org setting type for setting overridable selfcheck events
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 12 Aug 2009 17:14:23 +0000 (17:14 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 12 Aug 2009 17:14:23 +0000 (17:14 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13816 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 68ddd59..a68d74f 100644 (file)
@@ -1807,6 +1807,11 @@ INSERT into config.org_unit_setting_type
   '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'),
 
+( 'circ.selfcheck.auto_override_checkout_events',
+  'Selfcheck override events list',
+  'List of checkout/renewal events that the selfcheck interface should automatically override instead instead of alerting and stopping the transaction',
+  'array' ),
+
 ( 'ui.patron.default_inet_access_level',
   'Default level of patrons'' internet access',
   null,