Bug 22456: Add Koha::Hold::CancellationRequest(s) class(es)
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 21 Apr 2022 14:19:58 +0000 (11:19 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 29 Jul 2022 18:28:20 +0000 (15:28 -0300)
commit100e79de477b0e276ca795567ce6a5e8d624fbaf
tree7459c05b4a0540865add17a6bdb4afd4de6bebe6
parentd7bfe09dd698bdb82078b520a6c16142d5d58d78
Bug 22456: Add Koha::Hold::CancellationRequest(s) class(es)

This patch adds the Koha::Object-derived classes for cancellation
requests.

Tests are added for the overloaded ->store method.

To test:
1. Apply this patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Hold/CancellationRequest.t
=> SUCCESS: Tests pass!
3. Sign off :-D

Sponsored-by: Montgomery County Public Libraries
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Hold/CancellationRequest.pm [new file with mode: 0644]
Koha/Hold/CancellationRequests.pm [new file with mode: 0644]