Bugzilla – Attachment 183628 Details for
Bug 40171
ILL Patron Has No Email Address on File message upon "Send Notice To Patron"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40171: Remove extraneous join()
Bug-40171-Remove-extraneous-join.patch (text/plain), 950 bytes, created by
David Nind
on 2025-06-27 19:33:20 UTC
(
hide
)
Description:
Bug 40171: Remove extraneous join()
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-06-27 19:33:20 UTC
Size:
950 bytes
patch
obsolete
>From 7003b62e3ef708b4716c80e86f6a409b720d8345 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Fri, 20 Jun 2025 10:32:01 +0000 >Subject: [PATCH] Bug 40171: Remove extraneous join() > >Signed-off-by: David Nind <david@davidnind.com> >--- > ill/ill-requests.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl >index 41112b8bc9..8bb8c255c6 100755 >--- a/ill/ill-requests.pl >+++ b/ill/ill-requests.pl >@@ -478,7 +478,7 @@ if ($backends_available) { > $append .= '&tran_success=' . join( ',', @{ $ret->{result}->{success} } ); > } > if ( $ret->{result} && scalar @{ $ret->{result}->{fail} } > 0 ) { >- $append .= '&tran_fail=' . join( ',', @{ $ret->{result}->{fail} } . join(',') ); >+ $append .= '&tran_fail=' . join( ',', @{ $ret->{result}->{fail} } ); > } > > # Redirect to view the whole request >-- >2.39.5
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 40171
:
183383
|
183384
|
183385
|
183593
|
183594
|
183595
|
183627
| 183628 |
183629