From 991cd9f1e582aafa9339059cb6fd56d1e47c9121 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Wed, 27 Jun 2018 16:08:34 -0400 Subject: [PATCH] LP#1778414 Add Item Status to the Catalog menu This patch adds Item Status as an option in the Catalog menu. Signed-off-by: Garry Collum Signed-off-by: Meg Stroup Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/navbar.tt2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index f0ee94d9db..0c325c759f 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -260,6 +260,13 @@ [% l('Staff Catalog (Experimental)') %] +
  • + + + [% l('Item Status') %] + +
  • +
  • -- 2.43.2