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

--- Comment #23 from Emily Lamancusa (emlam) 
<[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to