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

(-)a/opac/opac-addbybiblionumber.pl (-2 / +1 lines)
Lines 59-65 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
59
        template_name   => "opac-addbybiblionumber.tmpl",
59
        template_name   => "opac-addbybiblionumber.tmpl",
60
        query           => $query,
60
        query           => $query,
61
        type            => "opac",
61
        type            => "opac",
62
        authnotrequired =>( C4::Context->preference("OpacPublic") ? 1 : 0 ),
62
        authnotrequired => 0,
63
    }
63
    }
64
);
64
);
65
65
66
- 

Return to bug 6631