Bugzilla – Attachment #152986: Bug 33974: (QA follow-up) Remove superflous import for
bug #33974
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 33974
Collapse All
|
Expand All
(-)
a/Koha/REST/V1/Biblios.pm (-2 lines)
Lines 31-37 use C4::Context;
Link Here
31
31
32
use Koha::Items;
32
use Koha::Items;
33
33
34
use Clone qw( clone );
35
use List::MoreUtils qw( any );
34
use List::MoreUtils qw( any );
36
use MARC::Record::MiJ;
35
use MARC::Record::MiJ;
37
36
38
-
Return to
bug 33974