Bug 7370 : Missing use call
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Dec 2011 19:27:09 +0000 (08:27 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 27 Dec 2011 17:22:42 +0000 (18:22 +0100)
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
misc/cronjobs/longoverdue.pl

index e3648d5..5dca494 100755 (executable)
@@ -35,6 +35,7 @@ BEGIN {
 }
 use C4::Context;
 use C4::Items;
+use C4::Circulation qw/LostItem/;
 use Getopt::Long;
 
 my  $lost;  #  key=lost value,  value=num days.