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

(-)a/cataloguing/addbiblio.pl (-2 / +1 lines)
Lines 552-558 if ($biblionumber) { Link Here
552
        $template->param( bib_doesnt_exist => 1 );
552
        $template->param( bib_doesnt_exist => 1 );
553
    }
553
    }
554
554
555
    unless ( $biblio->can_be_edited($logged_in_patron) ) {
555
    unless ( $biblio && $biblio->can_be_edited($logged_in_patron) ) {
556
        print $input->redirect("/cgi-bin/koha/errors/403.pl");    # escape early
556
        print $input->redirect("/cgi-bin/koha/errors/403.pl");    # escape early
557
        exit;
557
        exit;
558
    }
558
    }
559
- 

Return to bug 36786