Bug 27600: Remove password check from `cancel_hold`
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 10 May 2021 15:09:17 +0000 (16:09 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 21 Jun 2021 12:01:50 +0000 (14:01 +0200)
commite8eef4879004ac19a0fb157b813befdd4b565612
treeea154a7878143b4aaccbdab1c7ef2c9e659bc6ef
parent5699c825ccd89bc4166c5e8abfc4b3c39f8ad859
Bug 27600: Remove password check from `cancel_hold`

As suggested in the bugzilla comments, the cancel_hold method also
doesn't require the password checking code.

Test plan
1/ Run t/db_dependent/SIP/ILS.t and watch it pass

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/SIP/ILS.pm
t/db_dependent/SIP/ILS.t