From e2dccad66ec1ef21a89a9f0b21499a08b9d6ecc3 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 Signed-off-by: Jonathan Druart (cherry picked from commit 759e52ac944d25cf019b83a68ea0329842e4d3e2) Signed-off-by: Lucas Gass --- .../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 f9f7e74f4e..1696be6695 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 @@ -960,7 +960,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 @@ -990,7 +990,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.20.1