]> git.koha-community.org Git - koha.git/commit
Bug 37249: Disambiguate itemnumber with USING clause
authorLucas Gass <lucas@bywatersolutions.com>
Wed, 3 Jul 2024 20:39:40 +0000 (20:39 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Jul 2024 13:48:06 +0000 (15:48 +0200)
commita84a5fc7d0a1e476707607dddd158b7b9bdbb549
tree64e8a4b8195fb89e6c2b232f69dbd8872ad28425
parent5f07b8ed529782aeea6c6c539538c9f6312d416e
Bug 37249: Disambiguate itemnumber with USING clause

1. Do an item search that returns results
2. Use the column filtering available at the top of the table for each column
3. Try itemnumber, get a 500 error each time
4. As long as there is data in the itemnumber column and you attempt to use another column you'll see a 500 error.
5. APPLY PATCH, restart_all
6. The itemnumber column filtering should now work as expected

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Items.pm