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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-2 / +1 lines)
Lines 38-44 Link Here
38
    }
38
    }
39
39
40
    $(document).ready(function() {
40
    $(document).ready(function() {
41
        $('#toolbar').fixFloat();
41
        if ( $('#toolbar').length ) {$('#toolbar').fixFloat();}
42
        $("#show_all_details").click(function(){
42
        $("#show_all_details").click(function(){
43
            updateColumnsVisibility($(this).is(":checked"));
43
            updateColumnsVisibility($(this).is(":checked"));
44
        });
44
        });
45
- 

Return to bug 19083