From 0da028107fe651b74846815a782c2e317c5229e9 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 15 May 2025 13:23:56 -0400 Subject: [PATCH] Bug 39911: Introduce failure in patron information request [DO NOT PUSH] --- C4/SIP/Sip/MsgType.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/SIP/Sip/MsgType.pm b/C4/SIP/Sip/MsgType.pm index 3ae395d3bd1..c23cbc1ed29 100644 --- a/C4/SIP/Sip/MsgType.pm +++ b/C4/SIP/Sip/MsgType.pm @@ -1057,6 +1057,7 @@ sub handle_patron_info { $patron = $ils->find_patron($patron_id); + die "THIS IS A TEST"; $resp = (PATRON_INFO_RESP); if ($patron) { if ( C4::Context->preference('TrackLastPatronActivityTriggers') ) { -- 2.39.5 (Apple Git-154)