From: Mike Rylander Date: Thu, 12 Aug 2021 15:22:09 +0000 (-0400) Subject: Adjust and clarify YAOUS description X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9a178fd74a82bb9e850ac942778f633d8c24e428;p=working%2FEvergreen.git Adjust and clarify YAOUS description Signed-off-by: Mike Rylander --- 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 f9de804246..ce1ea3262c 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -3577,7 +3577,7 @@ INSERT into config.org_unit_setting_type 'Pickup Library Soft stalling interval', 'coust', 'label'), oils_i18n_gettext('circ.pickup_hold_stalling.soft', - 'When set for the pickup library, this specifies that only items scanned at the pickup library can be opportunistically captured for this time period. Example "5 days". This setting takes precedence over "Soft stalling interval" (circ.hold_stalling.soft).', + 'When set for the pickup library, this specifies that for holds with a request time age smaller than this interval only items scanned at the pickup library can be opportunistically captured. Example "5 days". This setting takes precedence over "Soft stalling interval" (circ.hold_stalling.soft) when the interval is in force.', 'coust', 'description'), 'interval', null) diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.data.stalling-YAOUS.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.data.stalling-YAOUS.sql index 965554d4c9..32f6439dac 100644 --- a/Open-ILS/src/sql/Pg/upgrade/XXXX.data.stalling-YAOUS.sql +++ b/Open-ILS/src/sql/Pg/upgrade/XXXX.data.stalling-YAOUS.sql @@ -11,7 +11,7 @@ INSERT into config.org_unit_setting_type ( 'circ.pickup_hold_stalling.soft', 'holds', 'Pickup Library Soft stalling interval', - 'When set for the pickup library, this specifies that only items scanned at the pickup library can be opportunistically captured for this time period. Example "5 days". This setting takes precedence over "Soft stalling interval" (circ.hold_stalling.soft).', + 'When set for the pickup library, this specifies that for holds with a request time age smaller than this interval only items scanned at the pickup library can be opportunistically captured. Example "5 days". This setting takes precedence over "Soft stalling interval" (circ.hold_stalling.soft) when the interval is in force.', 'interval', null );