[open-ils-commits] r17436 - trunk/Open-ILS/src/sql/Pg (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 1 23:18:56 EDT 2010
Author: dbs
Date: 2010-09-01 23:18:53 -0400 (Wed, 01 Sep 2010)
New Revision: 17436
Modified:
trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
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().
Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2010-09-02 03:06:33 UTC (rev 17435)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2010-09-02 03:18:53 UTC (rev 17436)
@@ -6449,13 +6449,13 @@
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 @@
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'
More information about the open-ils-commits
mailing list