Bug 20590: Improve Koha::Exceptions in string context
[koha.git] / course_reserves / course-details.pl
index a9ffe2c..af1eb62 100755 (executable)
@@ -60,7 +60,6 @@ my $course_reserves = GetCourseReserves(
 $template->param(
     course          => $course,
     course_reserves => $course_reserves,
-    count           => scalar @$course_reserves,
 );
 
 output_html_with_http_headers $cgi, $cookie, $template->output;