From 47ab117d2b6c47e2744eecee2f9ac57a1c40afa6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 5 Apr 2018 13:52:12 -0300 Subject: [PATCH] Bug 20467: Remove useless use statements Signed-off-by: Katrin Fischer --- course_reserves/batch_add_items.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/course_reserves/batch_add_items.pl b/course_reserves/batch_add_items.pl index db5f725..ba16e76 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; -- 2.1.4