Bug 3245: advancedMARCeditor syspref not returning to cataloguing tab
authorGarry Collum <gcollum@gmail.com>
Thu, 21 May 2009 21:03:18 +0000 (17:03 -0400)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 21 May 2009 20:56:10 +0000 (15:56 -0500)
The advancedMARCeditor system preference was not returning to the cataloguing tab after you changed its value in system preferences.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
admin/systempreferences.pl

index ca8503e..77d2694 100755 (executable)
@@ -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";