14 Aug
2025
14 Aug
'25
7:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35654 --- Comment #23 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Oh, since the code is using a Koha::Items->search instead of a direct database query now, it doesn't recognize items.withdrawn - it would need to be me.withdrawn. (Noticed this because I had this exact problem with a different cron job recently!) If we're going to switch from SQL to Items->search, we should make sure to explain that in the release notes at minimum, since it would break existing installations that do have fully qualified where conditions like that. -- You are receiving this mail because: You are watching all bug changes.