https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34356 Bug ID: 34356 Summary: Enabling RecordStaffUserOnCheckout causes bad default sorting in checkout history Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: jrobb@sekls.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com If the syspref RecordStaffUserOnCheckout is enabled, a new column is added patron checkout history to show the staff member who checked the item out to the patron. When enabled, the default sort moves from 'Date Due' to 'Checked out by' which isn't useful. To replicate: - Check out an item to a patron - View checkout history, default sort is on 'Date due' - Enable RecordStaffUserOnCheckout - View checkout history, default sort is on 'Checked out by' Bug 28891 addressed a similar issue in the past but it seems to be a problem again. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.