From bea8db3072abe4cc0e7daa32c1c5ebcffa9713de Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 6 Jun 2009 16:54:48 -0500 Subject: [PATCH] bug 3278: move three sysprefs to Staff client tab * viewMARC * viewISBN * viewLabeledMARC Signed-off-by: Galen Charlton --- admin/systempreferences.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 3709be2752..c00e3b64eb 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -121,9 +121,6 @@ $tabsysprefs{DefaultClassificationSource} = "Cataloguing"; $tabsysprefs{RoutingSerials} = "Cataloguing"; $tabsysprefs{'item-level_itypes'} = "Cataloguing"; $tabsysprefs{OpacSuppression} = "Cataloguing"; -$tabsysprefs{viewMARC} = "Cataloguing"; -$tabsysprefs{viewLabeledMARC} = "Cataloguing"; -$tabsysprefs{viewISBD} = "Cataloguing"; # Circulation $tabsysprefs{maxoutstanding} = "Circulation"; @@ -175,6 +172,9 @@ $tabsysprefs{intranetcolorstylesheet} = "StaffClient"; $tabsysprefs{intranetuserjs} = "StaffClient"; $tabsysprefs{yuipath} = "StaffClient"; $tabsysprefs{IntranetmainUserblock} = "StaffClient"; +$tabsysprefs{viewMARC} = "StaffClient"; +$tabsysprefs{viewLabeledMARC} = "StaffClient"; +$tabsysprefs{viewISBD} = "StaffClient"; # Patrons $tabsysprefs{autoMemberNum} = "Patrons"; -- 2.20.1