From 04ffe3f3480b467ea0505e99281c7a2896a1e60d Mon Sep 17 00:00:00 2001 From: Pedro Amorim 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 @@
Request details
    + [% IF request.status == 'UNAUTH' %] +
    Please note: Adding a patron to this unauthenticated request will automatically change the request status to "NEW".
    + [% END %] [% type = request.get_type %]
  1. -- 2.39.5