https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26963
Fridolin SOMERS <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #3 from Fridolin SOMERS <[email protected]> --- 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. _______________________________________________ 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/
