From bb3a6ce6766b796ed7de8a5fd2c259f4e9e8edd6 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 30 Mar 2022 09:44:25 -0400 Subject: [PATCH] PINES Customization: Hide Pending Patrons from nav bar menus Signed-off-by: Terran McCanna --- Open-ILS/src/eg2/src/app/staff/nav.component.html | 2 ++ Open-ILS/src/templates/staff/navbar.tt2 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Open-ILS/src/eg2/src/app/staff/nav.component.html b/Open-ILS/src/eg2/src/app/staff/nav.component.html index 397753a46e..3e75a49ea6 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -87,10 +87,12 @@ Retrieve Recent Patrons + User Buckets diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index 58ce7666bb..759c41357e 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -163,12 +163,14 @@ [% l('Retrieve Recent Patrons') %] +
  • -- 2.11.0