'Acquisitions Search: Immediately Search Selection Lists',
'cwst', 'label')
);
+
+INSERT INTO config.workstation_setting_type
+ (name, grp, datatype, label)
+VALUES (
+ 'eg.grid.acq.search.lineitems', 'gui', 'object',
+ oils_i18n_gettext(
+ 'eg.grid.acq.search.lineitems',
+ 'Grid Config: acq.search.lineitems',
+ 'cwst', 'label')
+), (
+ 'eg.grid.acq.search.purchaseorders', 'gui', 'object',
+ oils_i18n_gettext(
+ 'eg.grid.acq.search.purchaseorders',
+ 'Grid Config: acq.search.purchaseorders',
+ 'cwst', 'label')
+), (
+ 'eg.grid.acq.search.selectionlists', 'gui', 'object',
+ oils_i18n_gettext(
+ 'eg.grid.acq.search.selectionlists',
+ 'Grid Config: acq.search.selectionlists',
+ 'cwst', 'label')
+), (
+ 'eg.grid.acq.search.invoices', 'gui', 'object',
+ oils_i18n_gettext(
+ 'eg.grid.acq.search.invoices',
+ 'Grid Config: acq.search.invoices',
+ 'cwst', 'label')
+);
--- /dev/null
+BEGIN;
+
+-- SELECT evergreen.upgrade_deps_block_check('ZZZZ', :eg_version);
+
+INSERT INTO config.workstation_setting_type
+ (name, grp, datatype, label)
+VALUES (
+ 'eg.grid.acq.search.lineitems', 'gui', 'object',
+ oils_i18n_gettext(
+ 'eg.grid.acq.search.lineitems',
+ 'Grid Config: acq.search.lineitems',
+ 'cwst', 'label')
+), (
+ 'eg.grid.acq.search.purchaseorders', 'gui', 'object',
+ oils_i18n_gettext(
+ 'eg.grid.acq.search.purchaseorders',
+ 'Grid Config: acq.search.purchaseorders',
+ 'cwst', 'label')
+), (
+ 'eg.grid.acq.search.selectionlists', 'gui', 'object',
+ oils_i18n_gettext(
+ 'eg.grid.acq.search.selectionlists',
+ 'Grid Config: acq.search.selectionlists',
+ 'cwst', 'label')
+), (
+ 'eg.grid.acq.search.invoices', 'gui', 'object',
+ oils_i18n_gettext(
+ 'eg.grid.acq.search.invoices',
+ 'Grid Config: acq.search.invoices',
+ 'cwst', 'label')
+);
+
+COMMIT;