https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26233
--- Comment #6 from Lucas Gass <[email protected]> --- Jonathan, I am testing items with these dates and the sorting of dateaccessioned still seems wrong: MariaDB [koha_kohadev]> select itemnumber, dateaccessioned from items where biblionumber = '4'; +------------+-----------------+ | itemnumber | dateaccessioned | +------------+-----------------+ | 12 | 2015-01-28 | | 13 | 2015-04-08 | | 14 | 2014-05-08 | | 18 | 2015-11-28 | +------------+-----------------+ Thanks! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
