]> git.koha-community.org Git - koha.git/commit
Bug 14697: Add Koha::Checkout->claim_returned
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 29 Oct 2019 15:28:36 +0000 (12:28 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 31 Oct 2019 12:03:56 +0000 (12:03 +0000)
commitf08de08858f570fcf836051f490cf661142e2388
tree1382aae0814e4310b450b2f92a3ba9d4643677d7
parente97887bcbbbda9a84a9386719db242bb5043f428
Bug 14697: Add Koha::Checkout->claim_returned

Adds the ability to generate a return claim from a Checkout object.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Lisette Scheer <lisetteslatah@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Checkout.pm
t/db_dependent/Circulation/ReturnClaims.t [new file with mode: 0644]