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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 16 Jul 2021 12:55:23 +0000 (08:55 -0400)
commit19721bd6711fc9524b7711c7f4d871c7cb0d9ca5
tree97b37ebb00f743cd6092a993c444094a53d4ea31
parent7a2ed601e4bc4d1a2c4bd6845e3f617d0c652297
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/SIP/ILS/Item.pm