From: Galen Charlton Date: Tue, 30 Aug 2022 16:06:55 +0000 (-0400) Subject: LP#1942220: (follow-up) fix issue with seed data X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2620201cfb87918382bf34741b732252ac49d751;p=working%2FEvergreen.git LP#1942220: (follow-up) fix issue with seed data Signed-off-by: Galen Charlton --- 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 c6c38427d8..4cc2f3c309 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -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' ) );