Bugzilla – Attachment 182653 Details for
Bug 39941
Adding a patron to an unauthenticated request should change the request's status to 'NEW'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39941: Display user info message for UNAUTH requests
Bug-39941-Display-user-info-message-for-UNAUTH-req.patch (text/plain), 1.26 KB, created by
Pedro Amorim
on 2025-05-20 10:15:58 UTC
(
hide
)
Description:
Bug 39941: Display user info message for UNAUTH requests
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-05-20 10:15:58 UTC
Size:
1.26 KB
patch
obsolete
>From 04ffe3f3480b467ea0505e99281c7a2896a1e60d Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Tue, 20 May 2025 10:10:31 +0000 >Subject: [PATCH] Bug 39941: Display user info message for UNAUTH requests > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 26ba077ed94..a8b726c3362 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -359,6 +359,9 @@ > <fieldset class="rows"> > <legend>Request details</legend> > <ol> >+ [% IF request.status == 'UNAUTH' %] >+ <div class="alert alert-info">Please note: Adding a patron to this unauthenticated request will automatically change the request status to "NEW".</div> >+ [% END %] > [% type = request.get_type %] > <li class="borrowernumber"> > <label for="borrowernumber">Patron ID:</label> >-- >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 39941
: 182653 |
182654