Revert "Bug 6554 - make Koha internally utf-8 clean"
[koha.git] / catalogue / ISBDdetail.pl
index de24490..f094160 100755 (executable)
@@ -111,5 +111,9 @@ $template->param (
     C4::Search::enabled_staff_search_views,
 );
 
+
+my ( $holdcount, $holds ) = C4::Reserves::GetReservesFromBiblionumber($biblionumber,1);
+$template->param( holdcount => $holdcount, holds => $holds );
+
 output_html_with_http_headers $query, $cookie, $template->output;