IMPORTANT - refactor MARC character set handling
[koha_fer] / admin / systempreferences.pl
index 773fbfe..0f1cc69 100755 (executable)
@@ -70,7 +70,6 @@ my %tabsysprefs;
     $tabsysprefs{libraryAddress}="Admin";
     $tabsysprefs{delimiter}="Admin";
     $tabsysprefs{IndependantBranches}="Admin";
-    $tabsysprefs{HomeOrHoldingBranch}="Admin";
     $tabsysprefs{insecure}="Admin";
     $tabsysprefs{KohaAdmin}="Admin";
     $tabsysprefs{KohaAdminEmailAddress}="Admin";
@@ -138,6 +137,7 @@ my %tabsysprefs;
     $tabsysprefs{finesCalendar}="Circulation";
     $tabsysprefs{previousIssuesDefaultSortOrder}="Circulation";
     $tabsysprefs{todaysIssuesDefaultSortOrder}="Circulation";
+    $tabsysprefs{HomeOrHoldingBranch}="Circulation";
 
 # Staff Client
     $tabsysprefs{TemplateEncoding}="StaffClient";
@@ -228,6 +228,7 @@ my %tabsysprefs;
     $tabsysprefs{OPACSubscriptionDisplay}="OPAC";
     $tabsysprefs{OPACURLOpenInNewWindow}="OPAC";
     $tabsysprefs{OPACUserCSS}="OPAC";
+    $tabsysprefs{OPACHighlightedWords}="OPAC";
     $tabsysprefs{OPACViewOthersSuggestions}="OPAC";
     $tabsysprefs{URLLinkText}="OPAC";
 
@@ -251,6 +252,7 @@ my %tabsysprefs;
     $tabsysprefs{OpacTopissue}="OPACFeatures";
     $tabsysprefs{OpacBrowser}="OPACFeatures";
     $tabsysprefs{kohaspsuggest} = "OPACFeatures";
+    $tabsysprefs{OpacRenewalAllowed} = "OPACFeatures";
 
 # LOGFeatures
     $tabsysprefs{CataloguingLog}  = "LOGFeatures";