[Koha-bugs] [Bug 14697] Extend and enhance "Claims returned" lost status

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 29 20:20:34 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14697

--- Comment #59 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 94844
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94844&action=edit
Bug 14697: Introduce Koha::Checkouts::ReturnClaim(s)

This patch introduces the Koha::Object(s)-derived classes for handling
return claims. Tests are added to cover the overloaded ->store method,
and domain-specific exceptions are added as well.

To test:
1. Apply this patches
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Checkouts/ReturnClaim.t
=> SUCCESS: Tests pass!

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>

Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list