Text to go in the release notes:
|
Koha::Item::pickup_locations is very inefficient, causing timeouts on records with large numbers of holds/items.
This development refactors the underlying implementation, and also makes the method return a resultset, to delay as much as possible the DB access, and thus allowing for further filtering on the callers, through chaining.
|