projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f466086
)
LP#1942220: (follow-up) fix issue with seed data
author
Galen Charlton
<gmc@equinoxOLI.org>
Tue, 30 Aug 2022 16:06:55 +0000
(12:06 -0400)
committer
Jane 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
patch
|
blob
|
history
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
2277038
..
e662764
100644
(file)
--- a/
Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/
Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@
-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'
)
);