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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 2 Aug 2021 21:38:41 +0000 (11:38 -1000)
commit4b601c09f030c85e63bf52d3be747650238513a5
tree3a68d4df796291460999e58042c93506d6a15ba9
parenta0e618321a66c5e4029095f335e4d3af1c0f93bf
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>
(cherry picked from commit 6d029fe92648b6293568d32ffec9f1eb79f1cb43)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/SIP/ILS/Item.pm
C4/SIP/Sip/MsgType.pm