@@ -, +, @@ --- misc/cronjobs/longoverdue.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/cronjobs/longoverdue.pl +++ a/misc/cronjobs/longoverdue.pl @@ -35,7 +35,7 @@ BEGIN { } use C4::Context; use C4::Items; -use C4::Circulation qw/LostItem/; +use C4::Circulation qw/LostItem MarkIssueReturned/; use Getopt::Long; use C4::Log; use Pod::Usage; --