From 0e2f4baccdf26460ac99147b7261b6ca99455f9e Mon Sep 17 00:00:00 2001 From: Tiffany Little Date: Mon, 9 Jan 2023 12:02:43 -0500 Subject: [PATCH] PINES - Remove Simple Reports menu item from navbars Signed-off-by: Tiffany Little --- Open-ILS/src/eg2/src/app/staff/nav.component.html | 2 ++ Open-ILS/src/templates/staff/navbar.tt2 | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) 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..b4525a21c2 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -470,10 +470,12 @@ Reports + diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index 58ce7666bb..a41cc9a6b0 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -632,13 +632,6 @@ [% l('Reports') %] -
  • - - - [% l('Simple Reports') %] - -
  • -- 2.11.0