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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jul 7 16:33:17 EDT 2009


Author: erickson
Date: 2009-07-07 16:33:13 -0400 (Tue, 07 Jul 2009)
New Revision: 13516

Modified:
   trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
added the hold-shelf-status-delay setting with description

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-07 20:04:09 UTC (rev 13515)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-07-07 20:33:13 UTC (rev 13516)
@@ -1766,6 +1766,11 @@
   null,
   'bool' ),
 
+( 'circ.hold_shelf_status_delay',
+  'Hold Shelf Status Delay',
+  'The purpose is to provide an interval of time after an item goes into the on-holds-shelf status before it appears to patrons that it is actually on the holds shelf.  This gives staff time to process the item before it shows as ready-for-pickup.',
+  'interval' ),
+
 ( 'ui.patron.default_inet_access_level',
   'Default level of patrons'' internet access',
   null,



More information about the open-ils-commits mailing list