]> git.koha-community.org Git - koha.git/commit
Bug 33447: (follow-up) Fix tests and make assumption explicit
authorNick Clemens <nick@bywatersolutions.com>
Thu, 20 Apr 2023 15:44:53 +0000 (15:44 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 20 Apr 2023 18:48:31 +0000 (15:48 -0300)
commitef8adf34fde2352680934ba6a36de89e3f905a36
tree90673c62b25b94286ab003d8858f5dda5f8022fb
parent5a39823dbcf63101519413f3a47f4ffa39758155
Bug 33447: (follow-up) Fix tests and make assumption explicit

The patches made an assumption that patron would always be passed. It is
within Koha, but not in the Biblios tests.

There is no scenario where we can determine pickup locations that are not in
reference to a patron (who is picking it up?) so we should always have
this parameter

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Biblio.pm
Koha/Biblios.pm
Koha/Item.pm
t/db_dependent/Koha/Biblios.t