https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26963 Fridolin SOMERS <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #3 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- Just to understand : $cache_key = "I" . $item->homebranch . "-" . $patron->branchcode The use of homebranch and branchcode in key are logic on actual code in Koha::Items::pickup_locations(). But this code may change... Couldn't we cache inside Koha::Items::pickup_locations() ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.