Bugzilla – Attachment 101456 Details for
Bug 23403
SIP2 lends to wrong patron if cardnumber is missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23403: List borrowernumber in the ILS::Patron fields
Bug-23403-List-borrowernumber-in-the-ILSPatron-fie.patch (text/plain), 693 bytes, created by
Jonathan Druart
on 2020-03-23 15:03:11 UTC
(
hide
)
Description:
Bug 23403: List borrowernumber in the ILS::Patron fields
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-23 15:03:11 UTC
Size:
693 bytes
patch
obsolete
>From 5945237282f0f655aca29ea3b2fdddd96811c59d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 23 Mar 2020 15:57:14 +0100 >Subject: [PATCH] Bug 23403: List borrowernumber in the ILS::Patron fields > >--- > C4/SIP/ILS/Patron.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/SIP/ILS/Patron.pm b/C4/SIP/ILS/Patron.pm >index 99546da569..f96d6aea56 100644 >--- a/C4/SIP/ILS/Patron.pm >+++ b/C4/SIP/ILS/Patron.pm >@@ -160,6 +160,7 @@ sub new { > > my %fields = ( > id => 0, >+ borrowernumber => 0, > name => 0, > address => 0, > email_addr => 0, >-- >2.20.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 23403
:
95703
|
96404
|
101303
|
101304
|
101445
|
101456
|
102859
|
104313
|
104314
|
104315
|
104316
|
104760
|
104761
|
104762
|
104763