]> 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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 25 Jul 2024 10:18:53 +0000 (11:18 +0100)
commit2c1e95562188a6d93c22055e30d6a5e9d7e50034
tree30c4da898989a66a79ea7aad146ff8b4b34ef0fd
parent1a154f1f0e1fa4d5c7295ba181fc27eaff99fd09
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>
Koha/Item.pm