From: dbs Date: Thu, 2 Sep 2010 03:18:53 +0000 (+0000) Subject: Forward-port org unit setting types from r17392 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8943201ced8afa2d85b0e92ca61b1adc6de6e51b;p=evergreen%2Fbjwebb.git Forward-port org unit setting types from r17392 The upgrade script was committed in r17322 but the 950.data.seed-values.sql script still had the incorrect values in oils_i18n_gettext(). git-svn-id: svn://svn.open-ils.org/ILS/trunk@17436 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 947a291ed..0074b3129 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -6449,13 +6449,13 @@ INSERT INTO config.org_unit_setting_type ( name, label, description, datatype, f VALUES ( 'serial.prev_issuance_copy_location', oils_i18n_gettext( - 'setting.name', + 'serial.prev_issuance_copy_location', 'Serials: Previous Issuance Copy Location', 'coust', 'label' ), oils_i18n_gettext( - 'setting.name', + 'serial.prev_issuance_copy_location', 'When a serial issuance is received, copies (units) of the previous issuance will be automatically moved into the configured shelving location', 'coust', 'descripton' @@ -6468,13 +6468,13 @@ INSERT INTO config.org_unit_setting_type ( name, label, description, datatype, f VALUES ( 'cat.default_classification_scheme', oils_i18n_gettext( - 'setting.name', + 'cat.default_classification_scheme', 'Cataloging: Default Classification Scheme', 'coust', 'label' ), oils_i18n_gettext( - 'setting.name', + 'cat.default_classification_scheme', 'Defines the default classification scheme for new call numbers: 1 = Generic; 2 = Dewey; 3 = LC', 'coust', 'descripton'