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

(-)a/catalogue/showmarc.pl (-1 / +4 lines)
Lines 50-55 if ($importid) { Link Here
50
else {
50
else {
51
    $record =GetMarcBiblio($biblionumber);
51
    $record =GetMarcBiblio($biblionumber);
52
}
52
}
53
if(!ref $record) {
54
    print $input->redirect("/cgi-bin/koha/errors/404.pl");
55
    exit;
56
}
53
57
54
if($view eq 'card') {
58
if($view eq 'card') {
55
    my $themelang =  '/' . C4::Templates::_current_language();
59
    my $themelang =  '/' . C4::Templates::_current_language();
56
- 

Return to bug 11329