]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 2 Aug 2021 21:36:44 +0000 (11:36 -1000)
commit575f5d9deff5cb1aa0f6a6a5bef4a359799f9be5
treef7dec6a832401ad5853deac8d881bec6d841c38e
parent38ff7ce93d9f7e323b22dbbdb73110ff9b14feca
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>
(cherry picked from commit 2724cf760d844c62d84ef26055de2dc07a44c89d)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/SIP/ILS/Item.pm