Bugzilla – Attachment #36835: Bug 13813 - Remove superfluous use 'C4::Dates' from Koha/Borrower/Files.pm for
bug #13813
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 13813
Collapse All
|
Expand All
(-)
a/Koha/Borrower/Files.pm (-2 lines)
Lines 23-29 use vars qw($VERSION);
Link Here
23
23
24
use C4::Context;
24
use C4::Context;
25
use C4::Output;
25
use C4::Output;
26
use C4::Dates;
27
use C4::Debug;
26
use C4::Debug;
28
27
29
BEGIN {
28
BEGIN {
30
-
Return to
bug 13813