From 1d9f3da96fb62e43a63dce8171b1496d92229ce7 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 15 Jun 2020 12:02:54 -0400 Subject: [PATCH] LP#1879983: tweak label and description of circ.curbside library setting Otherwise, that library setting appears to be at direct cross purposes with circ.curbside.disable_patron_input. Signed-off-by: Galen Charlton --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 4 ++-- Open-ILS/src/sql/Pg/upgrade/XXXX.schema.curbside.sql | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 e4f2ee50b0..6e8ba6eb03 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -20419,11 +20419,11 @@ INSERT INTO config.org_unit_setting_type (name, label, grp, description, datatyp VALUES ( 'circ.curbside', oils_i18n_gettext('circ.curbside', - 'Allow patrons to select a curbside pickup time', + 'Enable curbside pickup functionality at library.', 'coust', 'label'), 'circ', oils_i18n_gettext('circ.curbside', - 'When set to TRUE patrons will have the ability to schedule curbside pickup of holds that become available for pickup.', + 'When set to TRUE, enable staff and public interfaces to schedule curbside pickup of holds that become available for pickup.', 'coust', 'description'), 'bool' ); diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.curbside.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.curbside.sql index 602b6a86bb..213aee70f3 100644 --- a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.curbside.sql +++ b/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.curbside.sql @@ -16,9 +16,9 @@ CREATE TABLE action.curbside ( INSERT INTO config.org_unit_setting_type (name, label, grp, description, datatype) VALUES ( 'circ.curbside', - 'Allow patrons to select a curbside pickup time', + 'Enable curbside pickup functionality at library.', 'circ', - 'When set to TRUE patrons will have the ability to schedule curbside pickup of holds that become available for pickup.', + 'When set to TRUE, enable staff and public interfaces to schedule curbside pickup of holds that become available for pickup.', 'bool' ); -- 2.11.0