From: Jonathan Druart Date: Thu, 5 Apr 2018 16:52:12 +0000 (-0300) Subject: Bug 20467: Remove useless use statements X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=44445d7ebf978457bbbc30110f837e2639452d07;p=koha.git Bug 20467: Remove useless use statements Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- diff --git a/course_reserves/batch_add_items.pl b/course_reserves/batch_add_items.pl index db5f725a7f..ba16e76904 100755 --- a/course_reserves/batch_add_items.pl +++ b/course_reserves/batch_add_items.pl @@ -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;