Bug 32515: Ignore no-block flag in check-in message
authorNick Clemens <nick@bywatersolutions.com>
Tue, 27 Dec 2022 20:32:10 +0000 (20:32 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 6 Feb 2023 14:10:11 +0000 (11:10 -0300)
commit30fcbb44370048f6ad53d71225a0f40c6d27fbb1
tree675c67194e81e73fa9a9bfd873e0654393da2410
parent4563e3e59b3f655a257f21045fc15f1b468f1a80
Bug 32515: Ignore no-block flag in check-in message

Bug 12225 changed the templates to correctly pass through the no-block flag,
however, we don't have a no-block routine for checkins

This patch restore previous behaviour of performing a normal checkin when
no block was requested - it adds a new FIXME

To test:
1 - See bug 32537
    https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32537
2 - Repeat test plan on that bug, noting that there is no response when no-block = Y
3 - Apply this patch
4 - Repeat the tests and confirm no-block = Y has a standard checkin response

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Blou <philippe.blouin@inlibro.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/SIP/Sip/MsgType.pm