Bug 9585 - Fix spelling mistake in default tab conditional for opac-detail
[koha.git] / opac / opac-detail.pl
index 94edb35..cc22acc 100755 (executable)
@@ -990,7 +990,7 @@ my $defaulttab =
     $subscriptionsnumber
         ? 'subscriptions' :
     @serialcollections > 0 
-        ? 'serialcollection' : 'subscription';
+        ? 'serialcollection' : 'subscriptions';
 $template->param('defaulttab' => $defaulttab);
 
 if (C4::Context->preference('OPACLocalCoverImages') == 1) {