Bugzilla – Attachment #104315: Bug 23403: List borrowernumber in the ILS::Patron fields for
bug #23403
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 23403
Collapse All
|
Expand All
(-)
a/C4/SIP/ILS/Patron.pm (-1 / +1 lines)
Lines 160-165 sub new {
Link Here
160
160
161
my %fields = (
161
my %fields = (
162
id => 0,
162
id => 0,
163
borrowernumber => 0,
163
name => 0,
164
name => 0,
164
address => 0,
165
address => 0,
165
email_addr => 0,
166
email_addr => 0,
166
-
Return to
bug 23403