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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 14 19:47:13 CEST 2020


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

--- Comment #14 from Lucas Gass <lucas at bywatersolutions.com> ---
This still seems to sort wrong. I have some data like this:

MariaDB [koha_kohadev]> select itemnumber, dateaccessioned from items where
biblionumber = '4';
+------------+-----------------+
| itemnumber | dateaccessioned |
+------------+-----------------+
|         12 | 2015-01-28      |
|         13 | 2015-04-08      |
|         14 | 2013-04-08      |
|         18 | 2015-11-28      |
+------------+-----------------+



You can see that the dateaccessioned is still not sorting right (ASC or DESC):

https://snipboard.io/gtScJK.jpg
https://snipboard.io/z7Av8O.jpg

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list