From 6e239bf5a4acca6e7f9026ed3176dbaa6977c47c Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 21 Jan 2008 14:37:31 -0600 Subject: [PATCH] Shifting HomeOrHoldingBranch to the circulation tab Signed-off-by: Joshua Ferraro --- admin/systempreferences.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 94281a98e5..7f39a7af91 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -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"; -- 2.39.2