From 80cc0c03aa4b561b7c80d0331c6392b1450dd11e Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 17 Aug 2023 17:25:56 +0000 Subject: [PATCH] Bug 34356: Make sort order always default to correct column To test: 1- Check out an item to a patron 2- View checkout history, default sort is on 'Date due' 3- Enable RecordStaffUserOnCheckout 4- View checkout history, default sort is on 'Checked out by' 5- Apply patch 6- Table should sort to 'Date due' no matter what the sys pref is set to Signed-off-by: Jason Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit edad82662cf00e60bf228cd838ae86bdc1f36143) Signed-off-by: Fridolin Somers --- .../intranet-tmpl/prog/en/modules/members/readingrec.tt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt index ec4c5dfdb9..f93fae1117 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt @@ -174,10 +174,15 @@ [% Asset.js("js/checkout_renewals_modal.js") | $raw %]