Bug 10572: Add phone to message_transport_types table for new installs
[koha.git] / opac / opac-course-reserves.pl
index cc94c4c..83852c4 100755 (executable)
@@ -25,7 +25,7 @@ use CGI;
 use C4::Auth;
 use C4::Output;
 
-use C4::CourseReserves;
+use C4::CourseReserves qw(SearchCourses);
 
 my $cgi = new CGI;