Bugzilla – Attachment 158532 Details for
Bug 16117
Log invalid patron cardnumbers and item barcodes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16117: (QA follow-up) Fix QA issues
Bug-16117-QA-follow-up-Fix-QA-issues.patch (text/plain), 2.48 KB, created by
Kyle M Hall (khall)
on 2023-11-06 14:20:38 UTC
(
hide
)
Description:
Bug 16117: (QA follow-up) Fix QA issues
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-11-06 14:20:38 UTC
Size:
2.48 KB
patch
obsolete
>From f422bc6fd9ca59833b9b1a35201d2d25c86ed0e8 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16117
:
65317
|
65319
|
73177
|
73178
|
81273
|
81274
|
153493
|
155498
|
158531
| 158532 |
161990