http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12899 Bug ID: 12899 Summary: Row grouping in checkouts table is alphabetical and layout depends on words chosen in translation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: viktor.sarge@regionhalland.se QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com In checkouts.js the checkouts table is being built and the rows are grouped ascending alphabetically into "Today's checkouts" and "Previous checkouts". The problem is that in translations where the words are different sorting "asc" can change the layout so that previous checkouts are on top and hides todays. Very impractical. .rowGrouping is the culprit. Thanks to Owen and Kyle for troubleshooting. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.