Bugzilla – Attachment 99487 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), 1.03 KB, created by
Martin Renvoize (ashimema)
on 2020-02-24 12:12:48 UTC
(
hide
)
Description:
Bug 24629: SIP log - Display barcode instead of hash
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-24 12:12:48 UTC
Size:
1.03 KB
patch
obsolete
>From 82af41826f6d1e4a649e693b86b5b16246c44fd8 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 > >Signed-off-by: Magnus Enger <magnus@libriotech.no> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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.20.1
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