From: erickson Date: Tue, 7 Jul 2009 20:33:13 +0000 (+0000) Subject: added the hold-shelf-status-delay setting with description X-Git-Tag: sprint4-merge-nov22~9730 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0db68af56e1cea4f7d349c0726727048532bddb0;p=working%2FEvergreen.git 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 --- 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,