LP#1750894 More circ settings stored on server
authorBill Erickson <berickxx@gmail.com>
Tue, 22 May 2018 16:10:40 +0000 (12:10 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 29 May 2018 14:13:36 +0000 (10:13 -0400)
eg.circ.patron.summary.collapse
circ.bills.receiptonpay
circ.renew.strict_barcode

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/sql/Pg/upgrade/YYYY.data.workstation-settings.sql
Open-ILS/web/js/ui/default/staff/services/hatch.js

index d71360e..eba7fe9 100644 (file)
@@ -66,6 +66,27 @@ VALUES (
         'cwst', 'label'
     )
 ), (
+    'eg.circ.patron.summary.collapse', 'circ', 'bool',
+    oils_i18n_gettext(
+        'eg.circ.patron.summary.collapse',
+        'Collaps Patron Summary Display',
+        'cwst', 'label'
+    )
+), (
+    'circ.bills.receiptonpay', 'circ', 'bool',
+    oils_i18n_gettext(
+        'circ.bills.receiptonpay',
+        'Print Receipt On Payment',
+        'cwst', 'label'
+    )
+), (
+    'circ.renew.strict_barcode', 'circ', 'bool',
+    oils_i18n_gettext(
+        'circ.renew.strict_barcode',
+        'Renew: Strict Barcode',
+        'cwst', 'label'
+    )
+), (
     'circ.checkin.strict_barcode', 'circ', 'bool',
     oils_i18n_gettext(
         'circ.checkin.strict_barcode',
index cdadae9..db08feb 100644 (file)
@@ -83,7 +83,10 @@ angular.module('egCoreMod')
         'eg.circ.checkin.retarget_holds_all',
         'eg.circ.checkin.hold_as_transit',
         'eg.circ.checkin.manual_float',
-        'circ.checkin.strict_barcode'
+        'circ.checkin.strict_barcode',
+        'eg.circ.patron.summary.collapse',
+        'circ.bills.receiptonpay',
+        'circ.renew.strict_barcode'
     ];
 
     service.keyStoredOnServer = function(key) {