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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 16 May 2023 06:35:11 +0000 (07:35 +0100)
commit70b8a7d2e03db24d5026efb81e5f842640f96620
tree706f4410c31a0a0f1fc2a2cbcfae7c0645f72d4e
parent548e022f87b94090cc54da7d4061f4c8f1fa3f0a
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>
(cherry picked from commit fbd4d3a9fe41738f2108ecd885fdab2123448bd2)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/SIP/Sip/MsgType.pm
debian/templates/SIPconfig.xml
etc/SIPconfig.xml
t/db_dependent/SIP/Message.t