https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26963 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Koha::Item::pickup_location |Improve |s is very inefficient, |Koha::Item::pickup_location |causing timeouts on records |s performance |with large numbers of | |holds/items | QA Contact|testopia@bugs.koha-communit |tomascohen@gmail.com |y.org | Text to go in the| |Koha::Item::pickup_location release notes| |s 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. -- You are receiving this mail because: You are watching all bug changes.