Bug 12508: adding an error message if a contract cannot be removed
[koha_fer] / 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;