Bugzilla – Attachment #38626: Bug 14075: Undefined value creates noisy warns in C4::AuthoritiesMarc for
bug #14075
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 14075
Collapse All
|
Expand All
(-)
a/C4/AuthoritiesMarc.pm (-2 lines)
Lines 18-24 package C4::AuthoritiesMarc;
Link Here
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
21
use lib '.';
22
use C4::Context;
21
use C4::Context;
23
use MARC::Record;
22
use MARC::Record;
24
use C4::Biblio;
23
use C4::Biblio;
25
-
Return to
bug 14075