Bug 12812: (Follow-up) Fix use of C4::Circulation
Fixes this error: Undefined subroutine &main::MarkIssueReturned called at misc/cronjobs/longoverdue.pl line 316. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
c8f6a351ac
commit
bb97767501
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue