From 5945237282f0f655aca29ea3b2fdddd96811c59d Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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