]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 2 Aug 2021 21:37:52 +0000 (11:37 -1000)
commit569bb4d27e1e29ed4f04563a3d8d83ecaa0e2a57
tree08bb27dc6bf0dd152e9142d67662bb49cf2e42bc
parentcbd42bdc7ce7b20ef2397e7cb425518b246f5b2e
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>
(cherry picked from commit 19721bd6711fc9524b7711c7f4d871c7cb0d9ca5)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/SIP/ILS/Item.pm