From 4faac5320ce3401d12de57f9fe0d547a86c207b7 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 d45a89a79e..4c1df8fe1b 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 3e3806ea14..67e1464c8d 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -162,12 +162,14 @@ [% l('Retrieve Recent Patrons') %] +
  • -- 2.11.0