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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-2 / +1 lines)
Lines 24-30 $(document).ready(function() { Link Here
24
            null,null,null,null,null,null,{ "sType": "title-string" },{ "sType": "title-string" },null
24
            null,null,null,null,null,null,{ "sType": "title-string" },{ "sType": "title-string" },null
25
        ],
25
        ],
26
        'aoColumnDefs': [
26
        'aoColumnDefs': [
27
            { 'aTargets': [-1,-2], 'bSortable': false }
27
            { 'aTargets': [-1], 'bSortable': false }
28
        ]
28
        ]
29
    }));
29
    }));
30
    $("#supplierlist").change(function() {
30
    $("#supplierlist").change(function() {
31
- 

Return to bug 10737