Bug 27906: Add support for circulation status 9 ( waiting to be re-shelved )
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 10 Mar 2021 15:24:16 +0000 (10:24 -0500)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 16 Jul 2021 12:55:23 +0000 (08:55 -0400)
commit2724cf760d844c62d84ef26055de2dc07a44c89d
tree8a719737f8f3125ee3679abd8c056db840821cc6
parent56909e547dcdf54cb7e7084bc75f3e73da23e613
Bug 27906: Add support for circulation status 9 ( waiting to be re-shelved )

In Koha, we can support circ status 09 in SIP by checking if the item's
location is "CART".

Test Plan:
1) prove t/db_dependent/SIP/Transaction.t

Signed-off-by: Christopher Kellermeyer - Altadena Library District <ckellermeyer@altadenalibrary.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/SIP/ILS/Item.pm