Bug 31427: Remove a few refs to CanBookBeRenewed
Actually, the module is not even needed anymore here. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
a71c21d2ff
commit
3b8a3c7b86
2 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,6 @@ use Carp;
|
|||
use Data::Dumper qw( Dumper );
|
||||
use Try::Tiny qw( catch try );
|
||||
|
||||
use C4::Circulation qw( ReturnLostItem CanBookBeRenewed AddRenewal );
|
||||
use C4::Letters;
|
||||
use C4::Log qw( logaction );
|
||||
use C4::Stats qw( UpdateStats );
|
||||
|
|
|
@ -79,7 +79,6 @@ use Pod::Usage qw( pod2usage );
|
|||
use Getopt::Long qw( GetOptions );
|
||||
|
||||
use Koha::Script -cron;
|
||||
use C4::Circulation qw( CanBookBeRenewed AddRenewal );
|
||||
use C4::Context;
|
||||
use C4::Log qw( cronlogaction );
|
||||
use C4::Letters;
|
||||
|
|
Loading…
Reference in a new issue