Bugzilla – Attachment 182501 Details for
Bug 39911
Fatal errors from SIP server are not logged
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39911: Introduce failure in patron information request [DO NOT PUSH]
Bug-39911-Introduce-failure-in-patron-information-.patch (text/plain), 746 bytes, created by
Kyle M Hall (khall)
on 2025-05-15 17:30:01 UTC
(
hide
)
Description:
Bug 39911: Introduce failure in patron information request [DO NOT PUSH]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2025-05-15 17:30:01 UTC
Size:
746 bytes
patch
obsolete
>From 0da028107fe651b74846815a782c2e317c5229e9 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39911
: 182501 |
182502
|
182503
|
182508