Bug 27333: Throw the right exceptions
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 4 Jan 2021 14:10:12 +0000 (11:10 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 29 Jan 2021 14:37:27 +0000 (15:37 +0100)
commit8bbc4514b7dc5757758c8a8e235b563d3fadd2b0
tree93668b81400266aaef1728fc6059483bb1a569d4
parent388ad3f1982f7372f1efdd838a00b17c456b47e1
Bug 27333: Throw the right exceptions

If parameters are missing, we need to throw
Koha::Exceptions::MissingParameter exceptions.

To test:
1. Apply the regression tests patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Club/Hold.t
=> FAIL: Tests fail because the method doesn't throw the right
exceptions
3. Apply this patch
4. Repeat 2
=> SUCCESS: Tests pass!
5. Sign off :-D

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit c5f3fdcc15bc5d1a013321944c90ce49f5c58e6c)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Club/Hold.pm