Bugzilla – Attachment 159557 Details for
Bug 22632
Add logging of merged patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22632: (follow-up) Perltidy fixes for Koha/Patron.pm
Bug-22632-follow-up-Perltidy-fixes-for-KohaPatronp.patch (text/plain), 1.40 KB, created by
Owen Leonard
on 2023-12-04 17:34:22 UTC
(
hide
)
Description:
Bug 22632: (follow-up) Perltidy fixes for Koha/Patron.pm
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-12-04 17:34:22 UTC
Size:
1.40 KB
patch
obsolete
>From 8bc5c1b6b46693547b1dc97efed31f3354b6e3e4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 17 Oct 2023 15:50:28 +0000 >Subject: [PATCH] Bug 22632: (follow-up) Perltidy fixes for Koha/Patron.pm > >--- > Koha/Patron.pm | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index c03d305098..bd97f10c06 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -720,9 +720,16 @@ sub merge_with { > $patron->move_to_deleted(); > $patron->delete(); > >- if (C4::Context->preference("BorrowersLog")){ >- my $info = $patron->firstname. " " . $patron->surname . " (".$patron->cardnumber . ")". " has been merged into " . $self->firstname . " " . $self->surname . " (".$self->cardnumber . ")" ; >- logaction("MEMBERS", "PATRON_MERGE", $self->id, $info ); >+ if ( C4::Context->preference("BorrowersLog") ) { >+ my $info = >+ $patron->firstname . " " >+ . $patron->surname . " (" >+ . $patron->cardnumber . ")" >+ . " has been merged into " >+ . $self->firstname . " " >+ . $self->surname . " (" >+ . $self->cardnumber . ")"; >+ logaction( "MEMBERS", "PATRON_MERGE", $self->id, $info ); > } > } > }); >-- >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 22632
:
87778
|
87920
|
87921
|
87922
|
87923
|
87926
|
87995
|
87996
|
87997
|
87998
|
87999
|
88043
|
88044
|
88045
|
88046
|
89728
|
89729
|
89730
|
89731
|
157260
|
157261
|
157262
|
157263
|
157264
|
157265
|
157266
|
157267
|
157268
|
157269
|
157270
|
157271
|
157278
|
157281
|
157286
|
159553
|
159554
|
159555
|
159556
| 159557 |
159558