Bug 17168: Add Koha:Script -cron, remove Dumper
authorNick Clemens <nick@bywatersolutions.com>
Thu, 25 Apr 2019 19:23:36 +0000 (19:23 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 25 Oct 2019 12:20:14 +0000 (13:20 +0100)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

misc/cronjobs/update_patrons_category.pl

index 25b70d2..b9cfce2 100644 (file)
@@ -31,7 +31,7 @@ use Koha::Logger;
 use Koha::Patrons;
 use Koha::Patron::Categories;
 use Koha::DateUtils;
-use Data::Dumper;
+use Koha::Script -cron;
 
 =head1 NAME