Bugzilla – Attachment 98740 Details for
Bug 24629
SIP2 logs garbage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24629: SIP log - Display barcode instead of hash
Bug-24629-SIP-log---Display-barcode-instead-of-has.patch (text/plain), 943 bytes, created by
Jonathan Druart
on 2020-02-12 09:23:33 UTC
(
hide
)
Description:
Bug 24629: SIP log - Display barcode instead of hash
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-02-12 09:23:33 UTC
Size:
943 bytes
patch
obsolete
>From f311d455fe8c090dac36530893059baa5b26433e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 12 Feb 2020 10:22:29 +0100 >Subject: [PATCH] Bug 24629: SIP log - Display barcode instead of hash > >--- > C4/SIP/Sip/MsgType.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/SIP/Sip/MsgType.pm b/C4/SIP/Sip/MsgType.pm >index 425ff76552..2810e2b5db 100644 >--- a/C4/SIP/Sip/MsgType.pm >+++ b/C4/SIP/Sip/MsgType.pm >@@ -927,7 +927,7 @@ sub summary_info { > my $fid = $summary_map[$summary_type]->{fid}; > my $itemlist = &$func( $patron, $start, $end, $server ); > >- syslog( "LOG_DEBUG", "summary_info: list = (%s)", join( ", ", @{$itemlist} ) ); >+ syslog( "LOG_DEBUG", "summary_info: list = (%s)", join( ", ", map{ $_->{barcode} } @{$itemlist} ) ); > foreach my $i ( @{$itemlist} ) { > $resp .= add_field( $fid, $i->{barcode}, $server ); > } >-- >2.11.0
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 24629
:
98740
|
99370
|
99478
|
99480
|
99487
|
99488