https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39101
--- Comment #3 from Victor Grousset/tuxayo <[email protected]> --- Thanks for the fix in bug 38664 comment 48 :) > my ($max_date) = sort { $a cmp $b } ( Note that with "{ $a cmp $b} " it's still sorting ascendingly which would give a min_date and not max_date. But we would have to do more testing on that old db rev from 2019. Whose wrongness got unnoticed to this day. So I guess we can not bother with it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
