Bugzilla – Attachment 189922 Details for
Bug 36360
Link ILL requests to surviving patron record when patrons are merged
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36360: Add Illrequest to list of stuff to consider merging
Bug-36360-Add-Illrequest-to-list-of-stuff-to-consi.patch (text/plain), 874 bytes, created by
OpenFifth Sandboxes
on 2025-11-25 12:35:01 UTC
(
hide
)
Description:
Bug 36360: Add Illrequest to list of stuff to consider merging
Filename:
MIME Type:
Creator:
OpenFifth Sandboxes
Created:
2025-11-25 12:35:01 UTC
Size:
874 bytes
patch
obsolete
>From 1657825380e435d7953eae35720b0e7766440d24 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Thu, 16 Oct 2025 10:22:04 +0000 >Subject: [PATCH] Bug 36360: Add Illrequest to list of stuff to consider > merging > >Signed-off-by: Richard Bridgen <richard.bridgen@nhs.net> >--- > Koha/Patron.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 03276ff6a5..5ef1c13463 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -87,6 +87,7 @@ our $RESULTSET_PATRON_ID_MAPPING = { > ClubEnrollment => 'borrowernumber', > Issue => 'borrowernumber', > ItemsLastBorrower => 'borrowernumber', >+ Illrequest => 'borrowernumber', > Linktracker => 'borrowernumber', > Message => 'borrowernumber', > MessageQueue => 'borrowernumber', >-- >2.39.5
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 36360
:
187984
|
187985
| 189922 |
189923