From 1cbca9e10e2d61203ae1750a2dd317b11db3469d 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 3e75a49ea6..801ef23c61 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -472,10 +472,12 @@ Reports + diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index 759c41357e..19a034d954 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -634,13 +634,6 @@ [% l('Reports') %] -
  • - - - [% l('Simple Reports') %] - -
  • -- 2.11.0