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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 12 Jul 2021 13:47:33 +0000 (15:47 +0200)
commit6b1822b3be1dff2bf091a34cd5d4f639f3e424c2
treeb7aad67f70bcb9c74183b56a274cc3217fe56b15
parent92500853e4b1ba948e587bbcdd31d2e272fee7af
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>
C4/SIP/ILS/Item.pm