]> git.koha-community.org Git - koha.git/commit
Bug 33055: (bug 32624 follow-up) Don't send a screen message if not blocked
authorNick Clemens <nick@bywatersolutions.com>
Thu, 23 Feb 2023 15:33:00 +0000 (15:33 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 10 Mar 2023 14:34:59 +0000 (14:34 +0000)
commit69cfbbabe39347e33ab9efc3ecf4fd3fd9d5f6f4
tree37dfc25dea46cd89f381aaad1fc945528a7a5ea2
parent1bf178a77e8ebab5c19ca7e0cbf3d7921f7502c4
Bug 33055: (bug 32624 follow-up) Don't send a screen message if not blocked

To test:
0 - Apply first patch
1 - prove -v t/db_dependent/SIP/Patron.t
2 - It fails
3 - Apply second patch
4 - prove -v t/db_dependent/SIP/Patron.t
5 - It passes!

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 6c5c35aa32a7ff61e46d9198dee55a0239f55f96)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
(cherry picked from commit a076542019dee21a64e18a43977d7256d266c80c)

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