Bugzilla – Attachment 183383 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), 907 bytes, created by
Pedro Amorim
on 2025-06-20 10:35:09 UTC
(
hide
)
Description:
Bug 40171: Fix tt param name
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-06-20 10:35:09 UTC
Size:
907 bytes
patch
obsolete
>From f6a9545d6ba89a6c71b6e59693e38039d6484ab5 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. >--- > 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 0db9c09b1eb..41112b8bc9e 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