[open-ils-commits] r13816 - trunk/Open-ILS/src/sql/Pg (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Aug 12 13:14:26 EDT 2009
Author: erickson
Date: 2009-08-12 13:14:23 -0400 (Wed, 12 Aug 2009)
New Revision: 13816
Modified:
trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
added org setting type for setting overridable selfcheck events
Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2009-08-12 15:19:49 UTC (rev 13815)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2009-08-12 17:14:23 UTC (rev 13816)
@@ -1807,6 +1807,11 @@
'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,
More information about the open-ils-commits
mailing list