]> git.koha-community.org Git - koha.git/commit
Bug 36362: Only call Koha::Libraries->search() if necessary in Item::pickup_locations
authorDavid Gustafsson <david.gustafsson@ub.gu.se>
Tue, 19 Mar 2024 17:33:18 +0000 (18:33 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 29 Aug 2024 14:00:51 +0000 (14:00 +0000)
commita409b16d5b3bd871a04f9bcdc8f01f6aed653f3b
tree60023b454d3c4aa65fef56e1e540966f1ef9e88d
parent909987cd4db25088e68b5ca75404f25dab6b3fba
Bug 36362: Only call Koha::Libraries->search() if necessary in Item::pickup_locations

To test:

1) Make sure the following tests pass:
 - t/db_dependent/Koha/Item.t
 - t/db_dependent/Koha/Biblios.t
 - db_dependent/Koha/Biblio.t

Sponsored-by: Gothenburg University Library
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 2c1e95562188a6d93c22055e30d6a5e9d7e50034)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Item.pm