]> git.koha-community.org Git - koha.git/commit
Bug 12225: Fix SIP message templates
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 11 Jul 2022 16:57:06 +0000 (16:57 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 14 Oct 2022 22:09:31 +0000 (22:09 +0000)
commite9c2f0c1fb1f5877bf664a4ab28f2b42a0f03307
tree7920ab56431e4abb1c1e510fba4a6bcfba9b420d
parentf2bb0864fab63869abd43d4faec3c2deb6efd7db
Bug 12225: Fix SIP message templates

If a renewal via SIP would produce an error due to being on reserve, or
exceeding maximum renewals, Koha's SIP2 implementation will refuse to
renew the item even if the "no block" flag is set to Y.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 7a4afce04d36d7452d2065a82ce0899ab0047126)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/SIP/Sip/MsgType.pm