From 3543d66b2ff1158d407d72c39ba81bdf2bae7c23 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 28 Jan 2025 11:45:49 +0100 Subject: [PATCH] Bug 38984: Specific - tools/batch_extend_due_dates.tt Why no sort on item type? Why no sort on #checkouts_result? --- .../prog/en/modules/tools/batch_extend_due_dates.tt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt index 515dc44931b..184a06f0377 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt @@ -168,10 +168,10 @@ - + - + @@ -280,7 +280,6 @@ $("#checkouts").kohaTable({ columnDefs: [ - { targets: [0, 3], orderable: false, searchable: false }, { targets: [1], type: "num-html" }, ], dom: "t", @@ -290,7 +289,6 @@ $("#checkouts_result").kohaTable({ columnDefs: [ - { targets: [0, 3], orderable: false, searchable: false }, { targets: [1], type: "num-html" }, ], dom: "t", -- 2.34.1
   Due date TitleItem typeItem type Home library Checked out on Checked out from