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