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

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

Return to bug 22659