Bug 25344: Add support for circulation status 10 ( item in transit )
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 1 May 2020 16:04:37 +0000 (12:04 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 13 Aug 2020 08:15:33 +0000 (10:15 +0200)
commitbe719f30e4142e92d23f3a0566eca93f75224fc3
tree78f2f8329119b0ac78ccfba9978045ed91a6c8ec
parentf916269465df99818fb15c108820d3b666968d39
Bug 25344: Add support for circulation status 10 ( item in transit )

We should support the SIP2 "circulation status" value 10, "in transit
between library locations"

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