Bugzilla – Attachment 88046 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: Change for the research of Modules : Patrons
Bug-22632-Change-for-the-research-of-Modules--Patr.patch (text/plain), 1.01 KB, created by
axel
on 2019-04-16 08:51:32 UTC
(
hide
)
Description:
Bug 22632: Change for the research of Modules : Patrons
Filename:
MIME Type:
Creator:
axel
Created:
2019-04-16 08:51:32 UTC
Size:
1.01 KB
patch
obsolete
>From 0da6060038f1e574f7c98c46531b4fa4a0b1edd8 Mon Sep 17 00:00:00 2001 >From: Axel Amghar <axel.amghar@gmail.com> >Date: Mon, 15 Apr 2019 09:41:24 +0200 >Subject: [PATCH] Bug 22632: Change for the research of Modules : Patrons > >--- > Koha/Patron.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 289098e..4577b5c 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -494,9 +494,9 @@ sub merge_with { > $patron->move_to_deleted(); > $patron->delete(); > >- if (C4::Context->preference("BorrowersLog")){ >+ if (C4::Context->preference("BorrowersLog")){ > my $info = $patron->firstname. " " . $patron->surname . " (".$patron->cardnumber . ")". " has been merged into " . $self->firstname . " " . $self->surname . " (".$self->cardnumber . ")" ; >- logaction("Patrons", "Merge", $patron_id, $info ); >+ logaction("MEMBERS", "Merge", $patron_id, $info ); > } > } > }); >-- >2.7.4
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