[open-ils-commits] r13592 - trunk/Open-ILS/src/sql/Pg (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jul 14 16:08:45 EDT 2009


Author: erickson
Date: 2009-07-14 16:08:41 -0400 (Tue, 14 Jul 2009)
New Revision: 13592

Modified:
   trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
added seed data for org-unit setting

Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-07-14 19:57:29 UTC (rev 13591)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-07-14 20:08:41 UTC (rev 13592)
@@ -1776,6 +1776,11 @@
   '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,



More information about the open-ils-commits mailing list