[Koha-bugs] [Bug 10184] New: Circulation History reverses sort order

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 3 16:32:27 CEST 2013


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 at lists.koha-community.org
          Reporter: colin.campbell at ptfs-europe.com
                CC: gmcharlt at gmail.com, kyle.m.hall at 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.


More information about the Koha-bugs mailing list