LP#1942220: (follow-up) fix issue with seed data
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 30 Aug 2022 16:06:55 +0000 (12:06 -0400)
committerJane Sandberg <js7389@princeton.edu>
Sun, 2 Oct 2022 15:02:50 +0000 (08:02 -0700)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 2277038..e662764 100644 (file)
@@ -21978,12 +21978,12 @@ VALUES (
     )
 );
 
-INSERT INTO config.org_unit_setting_type (name, grp, datatype, label)
+INSERT INTO config.workstation_setting_type (name, grp, datatype, label)
 VALUES (
-    'ui.staff.acq.show_deprecated_links', 'gui', 'bool',
+    'acq.lineitem.sort_order', 'gui', 'integer',
     oils_i18n_gettext(
-        'ui.staff.acq.show_deprecated_links',
-        'Display Links to Deprecated Acquisitions Interfaces',
+        'acq.lineitem.sort_order',
+        'ACQ Lineitem List Sort Order',
         'cwst', 'label'
     )
 );