Bug 33580: Bring back ability to mark item as seen via SIP2 item information request
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Apr 2023 11:09:34 +0000 (07:09 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 12 May 2023 14:22:47 +0000 (11:22 -0300)
commitfbd4d3a9fe41738f2108ecd885fdab2123448bd2
treeffeeb7a9fcb91c879841e23e31d46257f91764f2
parent7d9e4cf41515234d8d61c369aab3c3e49be1ac3d
Bug 33580: Bring back ability to mark item as seen via SIP2 item information request

Prior to Koha 22.05, the SIP2 item information message had a side affect of updating the datelastseen field for items. This bug has been fixed, but was being utilized by inventory tools that used SIP2. We should bring back this affect and formalize it as an optional SIP2 config account setting.

Test Plan:
1) Apply this patch set
2) prove t/db_dependent/SIP/Message.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/SIP/Sip/MsgType.pm
debian/templates/SIPconfig.xml
etc/SIPconfig.xml
t/db_dependent/SIP/Message.t