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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 lines)
Lines 969-975 Link Here
969
                    });
969
                    });
970
970
971
                    // Initialise the datatable
971
                    // Initialise the datatable
972
                    table = KohaTable("ill-requests", {})
973
                    var illTable = KohaTable("ill-requests", {
972
                    var illTable = KohaTable("ill-requests", {
974
                        'aoColumnDefs': [
973
                        'aoColumnDefs': [
975
                            { // Last column shouldn't be sortable or searchable
974
                            { // Last column shouldn't be sortable or searchable
976
- 

Return to bug 21063