]> git.koha-community.org Git - koha.git/commit
Bug 38284: Add patron check for TrackLastPatronActivityTriggers
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Tue, 29 Oct 2024 09:24:36 +0000 (09:24 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 11 Nov 2024 13:12:06 +0000 (14:12 +0100)
commit87256d7ae3d9400472a86dfe0cebf41345e844c1
tree75b771443f23825facf49dc70a14c5f7249e8bff
parent5acf88d91d33ce0f5901656e63c263e12bdb823e
Bug 38284: Add patron check for TrackLastPatronActivityTriggers

If an invalid or empty cardnumber is supplied to patron status request SIP message, SIP dies silently and no 'READ:' exists on the response.

Test plan:
1) Apply tests plan, run tests:
$ prove t/db_dependent/SIP/Message.t
2) Verify tests fail. Apply 2nd patch. Run tests again. Verify they pass.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/SIP/Sip/MsgType.pm