18 Aug
2020
18 Aug
'20
5:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26233 --- Comment #6 from Lucas Gass <lucas@bywatersolutions.com> --- 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.