[Koha-bugs] [Bug 29806] ->pickup_locations should always be called in scalar context

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 6 11:54:42 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29806

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
I did a:

$ git grep '\->pickup_locations'

and my (manual) findings are:
Koha/Biblio.pm: ok
Koha/Biblios.pm: ok
Koha/Item.pm: ok
Koha/REST/V1/Biblios.pm: ok
Koha/REST/V1/Holds.pm: boo
Koha/Template/Plugin/Branches.pm: boo
reserve/request.pl: boo
t/db_dependent/Koha/Biblio.t: ok
t/db_dependent/Koha/Biblios.t: ok
t/db_dependent/Koha/Hold.t: ok
t/db_dependent/Koha/Item.t: ok
t/db_dependent/Template/Plugin/Branches.t: ok
t/db_dependent/api/v1/holds.t: ok

Working on fixes...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list