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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-5 / +1 lines)
Lines 268-277 Link Here
268
            $("#selectall").click();
268
            $("#selectall").click();
269
269
270
            $("#checkouts").kohaTable({
270
            $("#checkouts").kohaTable({
271
                columnDefs: [
271
                columnDefs: [{ targets: [0, 3], orderable: false, searchable: false }],
272
                    { targets: [0, 3], orderable: false, searchable: false },
273
                    { targets: [1], type: "num-html" },
274
                ],
275
                dom: "t",
272
                dom: "t",
276
                order: [],
273
                order: [],
277
                paginate: false,
274
                paginate: false,
278
- 

Return to bug 39081