Bug 29562: Adjust CanItemBeReserved and checkHighHolds to take objects
authorNick Clemens <nick@bywatersolutions.com>
Tue, 23 Nov 2021 19:56:52 +0000 (19:56 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 1 Feb 2022 07:55:39 +0000 (21:55 -1000)
commit842d4482766c0fa9f1153fe2f91fc5e1860b95ab
treea06140aba2c28e344bbdfcc26fb6e111a5923b6c
parent61b17625fa388bcff5db5bb7908f8c8332a54f2b
Bug 29562: Adjust CanItemBeReserved and checkHighHolds to take objects

Most of the changes here are simple, this can be read to view the changes

Testing that holds can be placed via staff client, and opac, and are disallowed
when expected is the best test plan, beyond running the unit tests

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Circulation.pm
C4/ILSDI/Services.pm
C4/Reserves.pm
Koha/Club/Hold.pm
Koha/REST/V1/Holds.pm
opac/opac-reserve.pl
reserve/placerequest.pl
reserve/request.pl
t/db_dependent/Holds.t
t/db_dependent/Reserves.t