Lp 1661688: Change new setting description.
authorJason Stephenson <jason@sigio.com>
Mon, 18 Dec 2017 15:32:08 +0000 (10:32 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 28 Feb 2018 21:48:58 +0000 (16:48 -0500)
Alter the circ.clear_hold_on_checkout description to be more clear
about what it does.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Dan Pearl <dpearl@cwmars.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.hold_checkout.sql

index 43bf6ae..65f3a70 100644 (file)
@@ -16735,9 +16735,7 @@ VALUES
                'Clear hold when other patron checks out item',
                'coust', 'label'),
         oils_i18n_gettext('circ.clear_hold_on_checkout',
-                 'When patron A checks out item on hold for patron B, ' ||
-                'automatically clear the hold for patron B. This is ' ||
-                 'desirable when checking out item for family members',
+            'Default to cancel the hold when patron A checks out item on hold for patron B.',
                'coust', 'description'),
        'bool');
 
index 1541b3b..db79223 100644 (file)
@@ -11,9 +11,7 @@ VALUES
                'Clear hold when other patron checks out item',
                'coust', 'label'),
         oils_i18n_gettext('circ.clear_hold_on_checkout',
-                 'When patron A checks out item on hold for patron B, ' ||
-                'automatically clear the hold for patron B. This is ' ||
-                 'desirable when checking out item for family members',
+            'Default to cancel the hold when patron A checks out item on hold for patron B.',
                'coust', 'description'),
        'bool');