http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7019
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #15 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
