]> git.koha-community.org Git - koha.git/commit
Bug 37868: Remove C4::Reserves::ToggleSuspend
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 9 Sep 2024 12:53:05 +0000 (14:53 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 21 Oct 2024 13:10:35 +0000 (15:10 +0200)
commitd3051d2e23cbc18e3f67e9f0e25b7e2d99aad255
treef5fae7cc78c6e208f27dc5bf9487046e987c2e63
parent197039eb024490627a6ca56622006c603585eff8
Bug 37868: Remove C4::Reserves::ToggleSuspend

We can easily replace the calls by ->suspend_hold and ->resume.

Test plan:
No behaviour changes expected.
Confirm that you can still suspend and resume holds (OPAC+staff)

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/Reserves.pm
koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc
koha-tmpl/intranet-tmpl/prog/js/holds.js
opac/opac-modrequest-suspend.pl
reserve/request.pl
t/db_dependent/Holds.t