[Koha-bugs] [Bug 26233] Edit item date sort still does not sort correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 18 17:12:52 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26233

--- Comment #6 from Lucas Gass <lucas at 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.


More information about the Koha-bugs mailing list