Bugzilla – Attachment 183627 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: Fix tt param name
Bug-40171-Fix-tt-param-name.patch (text/plain), 954 bytes, created by
David Nind
on 2025-06-27 19:33:17 UTC
(
hide
)
Description:
Bug 40171: Fix tt param name
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-06-27 19:33:17 UTC
Size:
954 bytes
patch
obsolete
>From d2ddf55e09e1b79c32450efe9e7d7d3c411dfb35 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Fri, 20 Jun 2025 10:31:38 +0000 >Subject: [PATCH] Bug 40171: Fix tt param name > >Its tran_fail, not tran_error. > >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 0db9c09b1e..41112b8bc9 100755 >--- a/ill/ill-requests.pl >+++ b/ill/ill-requests.pl >@@ -117,7 +117,7 @@ if ($backends_available) { > $template->param( > notices => $notices, > request => $request, >- ( $params->{tran_error} ? ( tran_error => $params->{tran_error} ) : () ), >+ ( $params->{tran_fail} ? ( tran_fail => $params->{tran_fail} ) : () ), > ( $params->{tran_success} ? ( tran_success => $params->{tran_success} ) : () ), > ); > >-- >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