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

(-)a/koha-tmpl/intranet-tmpl/prog/js/catalog.js (-1 / +1 lines)
Lines 43-48 function confirm_deletion(link) { Link Here
43
        is_confirmed = confirm( CONFIRM_RECORD_DELETION );
43
        is_confirmed = confirm( CONFIRM_RECORD_DELETION );
44
    }
44
    }
45
    if (is_confirmed) {
45
    if (is_confirmed) {
46
        $("#deletebiblio").unbind('click');
46
        window.location="/cgi-bin/koha/cataloguing/addbiblio.pl?op=delete&biblionumber=" + biblionumber;
47
        window.location="/cgi-bin/koha/cataloguing/addbiblio.pl?op=delete&biblionumber=" + biblionumber;
47
    } else {
48
    } else {
48
        return false;
49
        return false;
49
- 

Return to bug 21556