Bug 27600: Remove password check from `add_hold`
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 10 May 2021 15:30:31 +0000 (16:30 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 21 Jun 2021 12:01:50 +0000 (14:01 +0200)
commit238500c9651306038629ac7f50bea13103029541
treec54a1eb15e73bdc06e4447254a571d6f90177a85
parente8eef4879004ac19a0fb157b813befdd4b565612
Bug 27600: Remove password check from `add_hold`

As suggested in the bugzilla comments, the add_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