Adjust and clarify YAOUS description user/miker/lp-1895052-pickup-library-controlled-stalling
authorMike Rylander <mrylander@gmail.com>
Thu, 12 Aug 2021 15:22:09 +0000 (11:22 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 12 Aug 2021 15:22:09 +0000 (11:22 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.stalling-YAOUS.sql

index f9de804..ce1ea32 100644 (file)
@@ -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)
 
index 965554d..32f6439 100644 (file)
@@ -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
 );