https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26233 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Lucas Gass from comment #6)
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 | +------------+-----------------+
Looks ok for me: https://snipboard.io/2MTgn6.jpg -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.