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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-1 / +8 lines)
Lines 24-29 Link Here
24
        }
24
        }
25
    }
25
    }
26
26
27
    function closeandprint(bg){
28
        if(document.location = '/cgi-bin/koha/acqui/basketgroup.pl?op=closeandprint&basketgroupid=' + bg ){
29
            setTimeout("window.location.reload();", 3000);
30
        } else {
31
            alert(MSG_FILE_DOWNLOAD_ERROR);
32
        }
33
    }
34
27
    $(document).ready(function() {
35
    $(document).ready(function() {
28
        [% IF ( listclosed) %]
36
        [% IF ( listclosed) %]
29
            $("#basket_groups a[href='#closed']").tab("show");
37
            $("#basket_groups a[href='#closed']").tab("show");
30
- 

Return to bug 31056