Bug 28553: (QA follow-up) default to auto renew email when cron switched used
[srvgit] / misc / cronjobs / cart_to_shelf.pl
index 414f6e3..3c7d12e 100755 (executable)
@@ -29,18 +29,11 @@ use strict;
 use warnings;
 
 use Koha::Script -cron;
-use C4::Items qw/ CartToShelf /;
-use C4::Log;
+use C4::Items qw( CartToShelf );
+use C4::Log qw( cronlogaction );
 
-BEGIN {
-
-    # find Koha's Perl modules
-    # test carefully before changing this
-    use FindBin;
-    eval { require "$FindBin::Bin/../kohalib.pl" };
-}
 use C4::Context;
-use Getopt::Long;
+use Getopt::Long qw( GetOptions );
 
 my $hours = 0;