Bug 27907: Add support for circulation status 2 ( on order )
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 10 Mar 2021 15:33:28 +0000 (10:33 -0500)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 12 Jul 2021 13:47:33 +0000 (15:47 +0200)
commitf859b21b7d8e77097832606b4838e59034b26236
tree7634fcf5a402b333e6ae61be074288d812532579
parent2e613fa7bc13961dbb18bd3e72ecafe2ebf12fcc
Bug 27907: Add support for circulation status 2 ( on order )

In Koha, we represent on order items by giving those items a notforloan
value less then zero. We can use this to implement circ status 02 ( on
order ) in for SIP.

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