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:
Marcel de Rooy 2024-03-01 10:29:56 +00:00 committed by Katrin Fischer
parent a71c21d2ff
commit 3b8a3c7b86
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834
2 changed files with 0 additions and 2 deletions

View file

@ -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 );

View file

@ -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;