From 6f68d6257ede94210d81f8337d1bf6eb53d97dbb Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 3 Aug 2020 21:56:48 +0000 Subject: [PATCH] Bug 26131: Remove parentheses in circulation.pref To test: 1. Search for a SCO system preference like SCOUserJS. 2. Note that there is a console error on that screen and you cannot open editor. 3. Apply patch 4. Reload the page. 5. No more console error and you can now edit the system pref! Signed-off-by: Sally Signed-off-by: Nick Clemens --- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 8c7e3340f3..25995eab53 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -970,7 +970,7 @@ Circulation: - pref: ProcessingFeeNote type: textarea class: code - Self check-in module (sci-main.pl): + Self check-in module: - - "Include the following HTML on the self check-in screen:" - pref: SelfCheckInMainUserBlock @@ -1000,7 +1000,7 @@ Circulation: type: textarea syntax: javascript class: code - Self check-out module (sco-main.pl): + Self check-out module: - - "Include the following JavaScript on all pages in the web-based self checkout:" - pref: SCOUserJS -- 2.11.0