Adding a system preference to choose whether a homebranch or a holdingbranch is used...
[koha.git] / admin / systempreferences.pl
index e028d9a..f49ac06 100755 (executable)
@@ -61,6 +61,7 @@ my %tabsysprefs;
     $tabsysprefs{dateformat}="Admin";
     $tabsysprefs{delimiter}="Admin";
     $tabsysprefs{IndependantBranches}="Admin";
+    $tabsysprefs{HomeOrHoldingBranch}="Admin";
     $tabsysprefs{insecure}="Admin";
     $tabsysprefs{KohaAdmin}="Admin";
     $tabsysprefs{KohaAdminEmailAddress}="Admin";
@@ -83,7 +84,6 @@ my %tabsysprefs;
     $tabsysprefs{IntranetBiblioDefaultView} = "Catalogue";
     $tabsysprefs{ISBD}="Catalogue";
     $tabsysprefs{itemcallnumber}="Catalogue";
-    $tabsysprefs{kohaspsuggest} = "Catalogue";
     $tabsysprefs{LabelMARCView}="Catalogue";
     $tabsysprefs{marc}="Catalogue";
     $tabsysprefs{marcflavour}="Catalogue";
@@ -124,6 +124,7 @@ my %tabsysprefs;
     $tabsysprefs{IntranetNav}="Intranet";
     $tabsysprefs{intranetcolorstylesheet}="Intranet";
     $tabsysprefs{intranetuserjs}="Intranet";
+       $tabsysprefs{yuipath}="Intranet";
 # Members
     $tabsysprefs{automembernum}="Members";
     $tabsysprefs{checkdigit}="Members";
@@ -179,6 +180,7 @@ my %tabsysprefs;
     $tabsysprefs{suggestion}="OPACFeatures";
     $tabsysprefs{OpacTopissue}="OPACFeatures";
     $tabsysprefs{OpacBrowser}="OPACFeatures";
+    $tabsysprefs{kohaspsuggest} = "OPACFeatures";
 
 # LOGFeatures
     $tabsysprefs{CataloguingLog}  = "LOGFeatures";