Bug 11178: Make the Bootstrap OPAC theme the default for new installs
[koha.git] / course_reserves / add_items.pl
index c94f373..9429d91 100755 (executable)
@@ -28,7 +28,7 @@ use C4::Koha;
 use C4::Biblio;
 use C4::Branch;
 
-use C4::CourseReserves;
+use C4::CourseReserves qw(GetCourse GetCourseItem GetCourseReserve ModCourseItem ModCourseReserve);
 
 my $cgi = new CGI;