From ac16756843502eecf5cc5f4725cd432c59ed476e Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 9 Dec 2009 18:48:35 +0000 Subject: [PATCH] repaired mislabeled setting s/selfcheck/offline/. thanks, jason git-svn-id: svn://svn.open-ils.org/ILS/trunk@15124 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +- Open-ILS/src/sql/Pg/upgrade/0113.data.org-setting-offline-usrname.sql | 2 +- 2 files changed, 2 insertions(+), 2 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 43134d46c4..1de57c6593 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -2897,7 +2897,7 @@ INSERT INTO action_trigger.environment ( event_def, path) VALUES INSERT INTO config.org_unit_setting_type ( name, label, description, datatype ) VALUES ( 'circ.offline.username_allowed', - oils_i18n_gettext('circ.offline.username_allowed', 'Selfcheck: Patron Usernames Allowed', 'coust', 'label'), + oils_i18n_gettext('circ.offline.username_allowed', 'Offline: Patron Usernames Allowed', 'coust', 'label'), oils_i18n_gettext('circ.offline.username_allowed', 'During offline circulations, allow patrons to identify themselves with usernames in addition to barcode. For this setting to work, a barcode format must also be defined', 'coust', 'description'), 'bool' ); diff --git a/Open-ILS/src/sql/Pg/upgrade/0113.data.org-setting-offline-usrname.sql b/Open-ILS/src/sql/Pg/upgrade/0113.data.org-setting-offline-usrname.sql index 5d0f91090f..2128e42e3e 100644 --- a/Open-ILS/src/sql/Pg/upgrade/0113.data.org-setting-offline-usrname.sql +++ b/Open-ILS/src/sql/Pg/upgrade/0113.data.org-setting-offline-usrname.sql @@ -5,7 +5,7 @@ INSERT INTO config.upgrade_log (version) VALUES ('0113'); INSERT INTO config.org_unit_setting_type ( name, label, description, datatype ) VALUES ( 'circ.offline.username_allowed', - oils_i18n_gettext('circ.offline.username_allowed', 'Selfcheck: Patron Usernames Allowed', 'coust', 'label'), + oils_i18n_gettext('circ.offline.username_allowed', 'Offline: Patron Usernames Allowed', 'coust', 'label'), oils_i18n_gettext('circ.offline.username_allowed', 'During offline circulations, allow patrons to identify themselves with usernames in addition to barcode. For this setting to work, a barcode format must also be defined', 'coust', 'description'), 'bool' ); -- 2.11.0