moved kohaspsuggest preference to OPAC features tab
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 7 Nov 2007 21:46:20 +0000 (15:46 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 8 Nov 2007 23:16:14 +0000 (17:16 -0600)
Was in 'Catalogue', but this feature is not related to
cataloguing but OPAC search logging.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
admin/systempreferences.pl

index e028d9a..e4537e8 100755 (executable)
@@ -83,7 +83,6 @@ my %tabsysprefs;
     $tabsysprefs{IntranetBiblioDefaultView} = "Catalogue";
     $tabsysprefs{ISBD}="Catalogue";
     $tabsysprefs{itemcallnumber}="Catalogue";
-    $tabsysprefs{kohaspsuggest} = "Catalogue";
     $tabsysprefs{LabelMARCView}="Catalogue";
     $tabsysprefs{marc}="Catalogue";
     $tabsysprefs{marcflavour}="Catalogue";
@@ -179,6 +178,7 @@ my %tabsysprefs;
     $tabsysprefs{suggestion}="OPACFeatures";
     $tabsysprefs{OpacTopissue}="OPACFeatures";
     $tabsysprefs{OpacBrowser}="OPACFeatures";
+    $tabsysprefs{kohaspsuggest} = "OPACFeatures";
 
 # LOGFeatures
     $tabsysprefs{CataloguingLog}  = "LOGFeatures";