From 7fe2fb095696fdb7b920bc553f93b9db5a865c62 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Thu, 21 May 2009 17:03:18 -0400 Subject: [PATCH] Bug 3245: advancedMARCeditor syspref not returning to cataloguing tab The advancedMARCeditor system preference was not returning to the cataloguing tab after you changed its value in system preferences. Signed-off-by: Galen Charlton --- admin/systempreferences.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index ca8503e83b..77d26942c8 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -100,7 +100,7 @@ $tabsysprefs{dontmerge} = "Authorities"; $tabsysprefs{BiblioAddsAuthorities} = "Authorities"; # Cataloguing -$tabsysprefs{advancedMARCEditor} = "Cataloguing"; +$tabsysprefs{advancedMARCeditor} = "Cataloguing"; $tabsysprefs{autoBarcode} = "Cataloguing"; $tabsysprefs{hide_marc} = "Cataloguing"; $tabsysprefs{IntranetBiblioDefaultView} = "Cataloguing"; -- 2.39.5