Bug 25347: Add support for circulation status 11 ( claimed returned )
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 1 May 2020 16:16:48 +0000 (12:16 -0400)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 17 Aug 2020 15:39:55 +0000 (15:39 +0000)
commit9b3bb4d5123a1afdafb779f329a98e596c755940
tree077f8ffbc7c2b95445978a7ecd46e5bd0ff4aa39
parent610818f6cc755a2addf3167071be60501ccbc2c9
Bug 25347: Add support for circulation status 11 ( claimed returned )

Now that we have return claims in Koha, we should support the SIP2
"circulation status" value 11, "claimed returned".

Test Plan:
1) Apply this patch
2) prove t/db_dependent/SIP/Transaction.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit ca44a3f2ca82371bd6a2d731b7b4fd185d9fd93a)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/SIP/ILS/Item.pm
t/db_dependent/SIP/Transaction.t