Otherwise, that library setting appears to be at direct cross purposes
with circ.curbside.disable_patron_input.
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
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'
);
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'
);