View | Details | Raw Unified | Return to bug 36787
Collapse All | Expand All

(-)a/misc/cronjobs/staticfines.pl (-2 / +1 lines)
Lines 36-42 use C4::Calendar qw(); # don't need any exports from Calendar Link Here
36
use C4::Log qw( cronlogaction );
36
use C4::Log qw( cronlogaction );
37
use Getopt::Long qw( GetOptions );
37
use Getopt::Long qw( GetOptions );
38
use List::MoreUtils qw( none );
38
use List::MoreUtils qw( none );
39
use Koha::DateUtils qw( dt_from_string );
39
use Koha::DateUtils qw( dt_from_string output_pref );
40
use Koha::Patrons;
40
use Koha::Patrons;
41
41
42
my $help    = 0;
42
my $help    = 0;
43
- 

Return to bug 36787