From e88ff49945784182b0435e7f8aa03c7678f71c11 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 14 Mar 2019 16:53:58 -0400 Subject: [PATCH] JBAS-2145 Hide Parts, Conjoined Items tabs Hide these tabs in the catalo record detail page since we don't use them. Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 index c642fc9a10..47f047f930 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 @@ -131,7 +131,8 @@ [% l('View Holds') %] -
  • +
  • [% l('Monograph Parts') %] @@ -141,7 +142,8 @@ [% l('Holdings View') %]
  • -
  • +
  • [% l('Conjoined Items') %] -- 2.11.0