Bugzilla – Attachment 189674 Details for
Bug 41262
Duplicate import in Koha::Patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41262: Remove duplicate `logaction` import
fec8b0f.patch (text/plain), 1.00 KB, created by
Martin Renvoize (ashimema)
on 2025-11-18 17:10:05 UTC
(
hide
)
Description:
Bug 41262: Remove duplicate `logaction` import
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-11-18 17:10:05 UTC
Size:
1.00 KB
patch
obsolete
>From fec8b0f3f278f91aeb2494c0ae088606dc1d9bc1 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= <tomascohen@theke.io> >Date: Tue, 18 Nov 2025 11:24:46 -0300 >Subject: [PATCH] Bug 41262: Remove duplicate `logaction` import >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch removes a trivial duplicate import. > >To test: >1. Apply the patch >2. Run: > k$ prove t/db_dependent/Koha/Patron.t >=> SUCCESS: Tests don't break >3. Sign off :-D > >Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > Koha/Patron.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 162ea03630c..b0ca2322c76 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -25,7 +25,6 @@ use JSON qw( to_json ); > use Unicode::Normalize qw( NFKD ); > use Try::Tiny; > use DateTime (); >-use C4::Log qw( logaction ); > > use C4::Auth qw( checkpw_hash ); > use C4::Context; >-- >2.51.1 >
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 41262
:
189657
| 189674