From: Bill Erickson Date: Tue, 22 May 2018 16:10:40 +0000 (-0400) Subject: LP#1750894 More circ settings stored on server X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b8d5609de585255e7a2e5058d91611b9312074e2;p=working%2FEvergreen.git LP#1750894 More circ settings stored on server eg.circ.patron.summary.collapse circ.bills.receiptonpay circ.renew.strict_barcode Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/sql/Pg/upgrade/YYYY.data.workstation-settings.sql b/Open-ILS/src/sql/Pg/upgrade/YYYY.data.workstation-settings.sql index d71360ea96..eba7fe9f68 100644 --- a/Open-ILS/src/sql/Pg/upgrade/YYYY.data.workstation-settings.sql +++ b/Open-ILS/src/sql/Pg/upgrade/YYYY.data.workstation-settings.sql @@ -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', diff --git a/Open-ILS/web/js/ui/default/staff/services/hatch.js b/Open-ILS/web/js/ui/default/staff/services/hatch.js index cdadae9242..db08feb7b8 100644 --- a/Open-ILS/web/js/ui/default/staff/services/hatch.js +++ b/Open-ILS/web/js/ui/default/staff/services/hatch.js @@ -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) {