]> git.koha-community.org Git - koha.git/commit
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)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 17 Aug 2020 15:39:39 +0000 (15:39 +0000)
commit610818f6cc755a2addf3167071be60501ccbc2c9
tree7f5193a60cecd94b5bca4fbaf7941f557fc4473b
parentf0791ad68b491dcbe183073160fc05112e3fd1df
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>
(cherry picked from commit be719f30e4142e92d23f3a0566eca93f75224fc3)

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