@@ -, +, @@ --- misc/cronjobs/longoverdue.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/misc/cronjobs/longoverdue.pl +++ a/misc/cronjobs/longoverdue.pl @@ -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. --