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