Bug 36605: Add update_lastseen to handle_patron_status for SIP
authorNick Clemens <nick@bywatersolutions.com>
Tue, 16 Apr 2024 03:50:21 +0000 (03:50 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 24 May 2024 09:35:07 +0000 (11:35 +0200)
commit44a5e671a04251d9ab3b9185bc3070201b2aba90
treea035ba2ba3c8cfa47269c01b58b7a513911eaa64
parent0a5dbec79759cba07da5f062f2ac2e242228d1cf
Bug 36605: Add update_lastseen to handle_patron_status for SIP

This patch extends the TrackLastPatronActivity trigger to cover SIP status messages as well.
Other SIP messages like Checkin/Checkout should be covered by those values in system preference, so
should not need adjustment.

To test:
prove -v t/db_dependent/SIP/Message.t

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit cca7ede28ccd37a56f88b4953aed54304b88833d)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/SIP/Sip/MsgType.pm
t/db_dependent/SIP/Message.t