From 274b639b2ffd298c21c72de9a4558b569d421820 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 1 Sep 2022 12:06:26 +0100 Subject: [PATCH] Bug 30890: Fixed ILL breadcrumb Added correct breadrumb depth when managing requests. 1. Viewing a request on a ILL request page 2. Making sure the breadcrumb has three depths and the manage requests has the correct request id Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c27fe0e1a4..93f443f876 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 @@ -32,13 +32,13 @@ New request - [% ELSIF query_type == 'status' %] + [% ELSIF query_type == 'illview' %]
  • ILL requests
  • - Status + Manage request [% request.id_prefix _ request.illrequest_id | html %]
  • [% ELSE %] -- 2.30.2