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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 2 Jul 2021 13:43:20 +0000 (09:43 -0400)
commitbc72a6d508f1ce93ba190153966c1c9667414e48
tree5d3db4122da9fb4ce809fde49a82d1c6f61893e6
parentf7cda73513daca37c798888c2ae8f42884deb33c
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/SIP/ILS.pm
t/db_dependent/SIP/ILS.t