]> 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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 10 Sep 2024 14:20:20 +0000 (16:20 +0200)
commitf3020fc94738c647aac41cf7e2bdf18155607179
tree0d6dc758d840b4f4072169c2a67bb71611c4a8f9
parente1fa520018de20af200826d49088f50b32793d22
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>
(cherry picked from commit a409b16d5b3bd871a04f9bcdc8f01f6aed653f3b)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Item.pm