Bugfixing interface issues. Also enabling contextual menu highlighting for catalogue...
[koha.git] / catalogue / ISBDdetail.pl
index 04c9e38..4b70d0f 100755 (executable)
@@ -160,6 +160,7 @@ if ($subscriptionsnumber) {
 $template->param (
     ISBD                => $res,
     biblionumber        => $biblionumber,
+       isbdview => 1,
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;