Bug 27908: Add support for circulation status 1 ( other ) for damaged items
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 10 Mar 2021 15:45:18 +0000 (10:45 -0500)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 12 Jul 2021 13:47:34 +0000 (15:47 +0200)
commit5b17567f2b74bb1347195f4df7e694fbd23eb7a0
tree7c6b40f60346c6409a0ef26942ec3a95b642f16f
parente4b1bb5b27b1732d1aa76aff9c51bcc81716b82c
Bug 27908: Add support for circulation status 1 ( other ) for damaged items

Some libraries would like to transmit if an item is damaged via the
circulation status field. There is no specific code for a damaged item,
so we should use value 1 (other) along with an AF screen message to
describe the reason for the the circulation status of 1.

Test Plan:
1) Apply these patches
2) 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
C4/SIP/Sip/MsgType.pm