From 0db68af56e1cea4f7d349c0726727048532bddb0 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 7 Jul 2009 20:33:13 +0000 Subject: [PATCH] added the hold-shelf-status-delay setting with description git-svn-id: svn://svn.open-ils.org/ILS/trunk@13516 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 5 +++++ 1 file changed, 5 insertions(+) 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 529bd857a1..875a468caa 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -1766,6 +1766,11 @@ INSERT into config.org_unit_setting_type 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, -- 2.11.0