lp1857911 follow-up tweaks
[evergreen-equinox.git] / Open-ILS / src / sql / Pg / 950.data.seed-values.sql
index 1e0c6f6..4cdff6c 100644 (file)
@@ -20032,6 +20032,27 @@ VALUES (
     'Grid Config: admin.config.idl_field_doc',
     'cwst', 'label'
   )
+), (
+  'eg.orgselect.admin.stat_cat.owner', 'gui', 'integer',
+  oils_i18n_gettext(
+      'eg.orgselect.admin.stat_cat.owner',
+      'Default org unit for stat cat and stat cat entry editors',
+      'cwst', 'label'
+  )
+), (
+  'eg.orgfamilyselect.admin.item_stat_cat.main_org_selector', 'gui', 'integer',
+  oils_i18n_gettext(
+      'eg.orgfamilyselect.admin.item_stat_cat.main_org_selector',
+      'Default org unit for the main org select in the item stat cat and stat cat entry admin interfaces.',
+      'cwst', 'label'
+  )
+), (
+  'eg.orgfamilyselect.admin.patron_stat_cat.main_org_selector', 'gui', 'integer',
+  oils_i18n_gettext(
+      'eg.orgfamilyselect.admin.patron_stat_cat.main_org_selector',
+      'Default org unit for the main org select in the patron stat cat and stat cat entry admin interfaces.',
+      'cwst', 'label'
+  )
 );