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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 13 Aug 2020 08:15:33 +0000 (10:15 +0200)
commitca44a3f2ca82371bd6a2d731b7b4fd185d9fd93a
treeb2e51c83e93623ad38e9d0b1657ec0c7ba8fcd81
parentbe719f30e4142e92d23f3a0566eca93f75224fc3
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>
C4/SIP/ILS/Item.pm
t/db_dependent/SIP/Transaction.t