]> git.koha-community.org Git - koha.git/commit
Bug 30856: Remove C4::Reserves::CanReserveBeCanceledFromOpac
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 5 Sep 2024 12:03:44 +0000 (14:03 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 16 Sep 2024 11:47:07 +0000 (13:47 +0200)
commitcae45797b827f70078573d593de844ab52e194f3
tree93a6d8d7a406c2aa494973073c5de570af141b16
parent28b6294461c58ea515e0479b7a1f1346795064ed
Bug 30856: Remove C4::Reserves::CanReserveBeCanceledFromOpac

This subroutine can easily be replaced and is not really needed.

Test plan:
No changes expected, try to suspend/resume holds from the OPAC

Note that you cannot affect somebody's else holds.

Note for QA: The extra fetch of Koha::Hold will be removed on bug 37868.

Signed-off-by: Olivier V <olivier.vezina@inLibro.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/ILSDI/Services.pm
C4/Reserves.pm
opac/opac-modrequest-suspend.pl
t/db_dependent/Reserves.t