From 8d5785de9a85a658d05cfbbfac96e2299ad36fca 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 Signed-off-by: Richard Bridgen --- 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 f579fe8aec..7b3da87b2d 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 @@ -386,6 +386,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