Bug 20467: Remove useless use statements
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 5 Apr 2018 16:52:12 +0000 (13:52 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 2 Jul 2018 12:55:38 +0000 (12:55 +0000)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

course_reserves/batch_add_items.pl

index db5f725..ba16e76 100755 (executable)
@@ -25,11 +25,9 @@ use List::MoreUtils qw( uniq );
 
 use C4::Auth;
 use C4::Output;
-use C4::Koha;
 use C4::CourseReserves qw(ModCourseItem ModCourseReserve GetCourse);
 
 use Koha::Items;
-use Koha::ItemTypes;
 
 my $cgi = new CGI;