LP#1750894 Serials settings; more browser-only settings
authorBill Erickson <berickxx@gmail.com>
Wed, 30 May 2018 19:42:09 +0000 (15:42 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 30 May 2018 19:42:09 +0000 (15:42 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/Settings.pm
Open-ILS/src/sql/Pg/upgrade/YYYY.data.workstation-settings.sql
Open-ILS/web/js/ui/default/staff/services/hatch.js

index f43aef6..d50c371 100644 (file)
@@ -845,6 +845,27 @@ VALUES (
         'Print Template: offline_in_house_use',
         'cwst', 'label'
     )
+), (
+    'eg.serials.stream_names', 'gui', 'array',
+    oils_i18n_gettext(
+        'eg.serials.stream_names',
+        'Serials Local Stream Names',
+        'cwst', 'label'
+    )
+), (
+    'eg.serials.items.do_print_routing_lists', 'gui', 'bool',
+    oils_i18n_gettext(
+        'eg.serials.items.do_print_routing_lists',
+        'Serials Print Routing Lists',
+        'cwst', 'label'
+    )
+), (
+    'eg.serials.items.receive_and_barcode', 'gui', 'bool',
+    oils_i18n_gettext(
+        'eg.serials.items.receive_and_barcode',
+        'Serials Barcode On Receive',
+        'cwst', 'label'
+    )
 );
 
 
@@ -870,8 +891,3 @@ VALUES (
 COMMIT;
 
 
-
-
-
-
-
index f8df253..d35c3f1 100644 (file)
@@ -76,8 +76,8 @@ angular.module('egCoreMod')
         'eg.hatch',
         'eg.cache',
         'current_tag_table_marc21_biblio',
-        'FFPosTable_REC',
-        'FFValueTable_REC'
+        'FFPos',
+        'FFValue'
     ];
 
     service.keyStoredInBrowser = function(key) {