LP#1942220: (follow-up) fix issue with seed data user/gmcharlt/lp1942220_angular_acq_sprint4
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 30 Aug 2022 16:06:55 +0000 (12:06 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 30 Aug 2022 16:06:55 +0000 (12:06 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index c6c3842..4cc2f3c 100644 (file)
@@ -21976,12 +21976,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'
     )
 );