From 458446723add3cb4592d9e077f5e99d8a66da1cb Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 29 Jan 2024 11:18:10 +0000 Subject: [PATCH] Bug 30230: (follow-up) Fix permission check in staff interface navigation The patron module should now show up in the staff main navigation on top of the page if the user only has the new list_borrowers permission. Signed-off-by: Katrin Fischer (cherry picked from commit b222ced1cb5d57aa3b5bca000492793fd57d2557) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc index b67f82c838..996d571c4b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -17,7 +17,7 @@