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

(-)a/tools/additional-contents.pl (-2 / +1 lines)
Lines 189-195 elsif ( $op eq 'add_validate' ) { Link Here
189
    }
189
    }
190
190
191
    if( $redirect eq "just_save" ){
191
    if( $redirect eq "just_save" ){
192
        print $cgi->redirect("/cgi-bin/koha/tools/additional-contents.pl?op=add_form&id=$id&editmode=$editmode&redirect=done");
192
        print $cgi->redirect("/cgi-bin/koha/tools/additional-contents.pl?op=add_form&id=$id&category=$category&editmode=$editmode&redirect=done");
193
        exit;
193
        exit;
194
    } else {
194
    } else {
195
        $op = 'list';
195
        $op = 'list';
196
- 

Return to bug 22659