From d3586899ad456f83b2810c180f8674514ad8c5c1 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? Signed-off-by: Owen Leonard --- .../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 079c033c31..6775494129 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 @@ - + - + @@ -281,7 +281,6 @@ $("#checkouts").kohaTable({ columnDefs: [ - { targets: [0, 3], orderable: false, searchable: false }, { targets: [1], type: "num-html" }, ], dom: "t", @@ -291,7 +290,6 @@ $("#checkouts_result").kohaTable({ columnDefs: [ - { targets: [0, 3], orderable: false, searchable: false }, { targets: [1], type: "num-html" }, ], dom: "t", -- 2.39.5
   Due date TitleItem typeItem type Home library Checked out on Checked out from