From: erickson Date: Wed, 12 Aug 2009 17:14:23 +0000 (+0000) Subject: added org setting type for setting overridable selfcheck events X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f544db0174e8c3d3fbd92e9039743ffb7b06c658;p=evergreen%2Fbjwebb.git added org setting type for setting overridable selfcheck events git-svn-id: svn://svn.open-ils.org/ILS/trunk@13816 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 68ddd5925..a68d74f1e 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -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,