From f422bc6fd9ca59833b9b1a35201d2d25c86ed0e8 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 11 Sep 2023 10:57:30 -0400 Subject: [PATCH] Bug 16117: (QA follow-up) Fix QA issues --- .../en/modules/admin/preferences/circulation.pref | 12 ------------ .../prog/en/modules/admin/preferences/logs.pref | 14 +++++++++++++- 2 files changed, 13 insertions(+), 13 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 15579b9dc63..5cb207d3f0e 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 @@ -19,18 +19,6 @@ Circulation: 0: "Don't enable" - the automatic redirection to another patron when a patron barcode is scanned instead of a book. - This should not be enabled if you have overlapping patron and book barcodes. - - - - pref: LogInvalidPatrons - choices: - yes: Log - no: Do not log - - scanned invalid patron identifiers as statistics. - - - - pref: LogInvalidItems - choices: - yes: Log - no: Do not log - - scanned invalid item identifiers as statistics. - - pref: PatronAutoComplete choices: diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref index 8337b782791..d670110e3a9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref @@ -114,7 +114,19 @@ Logging: 1: Log 0: "Don't log" - any actions on recalls (create, cancel, expire, fulfill). - + Scans: + - + - pref: LogInvalidPatrons + choices: + 1: Log + 0: Do not log + - scanned invalid patron identifiers as statistics. + - + - pref: LogInvalidItems + choices: + 1: Log + 0: Do not log + - scanned invalid item identifiers as statistics. Debugging: - - "When logging actions, store a stack trace that goes at most" -- 2.30.2