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

(-)a/cataloguing/addbiblio.pl (-2 / +1 lines)
Lines 933-939 if ( $op eq "addbiblio" ) { Link Here
933
        else {
933
        else {
934
            ( $biblionumber, $oldbibitemnum ) = AddBiblio( $record, $frameworkcode );
934
            ( $biblionumber, $oldbibitemnum ) = AddBiblio( $record, $frameworkcode );
935
        }
935
        }
936
        if ($mode ne "popup" && !$is_a_modif && $redirect eq "items"){
936
        if ($redirect eq "items" || ($mode ne "popup" && !$is_a_modif && $redirect ne "view")){
937
            print $input->redirect(
937
            print $input->redirect(
938
                "/cgi-bin/koha/cataloguing/additem.pl?biblionumber=$biblionumber&frameworkcode=$frameworkcode"
938
                "/cgi-bin/koha/cataloguing/additem.pl?biblionumber=$biblionumber&frameworkcode=$frameworkcode"
939
            );
939
            );
940
- 

Return to bug 5939