http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10184 Bug ID: 10184 Summary: Circulation History reverses sort order Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: colin.campbell@ptfs-europe.com CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com The script members/readingrec.pl specifically requests the users issues ordered with the most recent (by due date) first. But they are displayed in approximately the reverse order to this. The cause is that unless explicitly disabled the datatables sort their data and not being given a specification they do so in ascending order by the first column. The pre display sort of already sorted data needs disabling -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.