@@ -, +, @@ --- .../en/modules/admin/preferences/circulation.pref | 12 ------------ .../prog/en/modules/admin/preferences/logs.pref | 14 +++++++++++++- 2 files changed, 13 insertions(+), 13 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/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: --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref +++ a/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" --