Bugzilla – Attachment #101472: Bug 20443: Add missing use statement for
bug #20443
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 20443
Collapse All
|
Expand All
(-)
a/C4/Acquisition.pm (-1 / +1 lines)
Lines 20-25 package C4::Acquisition;
Link Here
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use Carp;
22
use Carp;
23
use Text::CSV_XS;
23
use C4::Context;
24
use C4::Context;
24
use C4::Debug;
25
use C4::Debug;
25
use C4::Suggestions;
26
use C4::Suggestions;
26
-
Return to
bug 20443