View | Details | Raw Unified | Return to bug 9585
Collapse All | Expand All

(-)a/opac/opac-detail.pl (-2 / +1 lines)
Lines 990-996 my $defaulttab = Link Here
990
    $subscriptionsnumber
990
    $subscriptionsnumber
991
        ? 'subscriptions' :
991
        ? 'subscriptions' :
992
    @serialcollections > 0 
992
    @serialcollections > 0 
993
        ? 'serialcollection' : 'subscription';
993
        ? 'serialcollection' : 'subscriptions';
994
$template->param('defaulttab' => $defaulttab);
994
$template->param('defaulttab' => $defaulttab);
995
995
996
if (C4::Context->preference('OPACLocalCoverImages') == 1) {
996
if (C4::Context->preference('OPACLocalCoverImages') == 1) {
997
- 

Return to bug 9585