http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7019 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #15 from Jonathan Druart <jonathan.druart@biblibre.com> --- Fridolyn, I reproduce the issue and your patch fixes something, but it is not perfect. I got: Checked Out 20/04/2012 13/04/2012 19/03/2013 Checked Out 12/09/2012 Checked Out 12/09/2012 12/09/2012 In fact when the sort plugin find something else than a date, it get all mixed up. But try (members/readingrec.tt ~l.83): - [% issue.returndate | $KohaDates %] + <span title="[% issue.returndate %]">[% issue.returndate | $KohaDates %]</span> It works for me. -- You are receiving this mail because: You are watching all bug changes.