Shifting HomeOrHoldingBranch to the circulation tab

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Chris Cormack 2008-01-21 14:37:31 -06:00 committed by Joshua Ferraro
parent 46bd98ec44
commit 6e239bf5a4

View file

@ -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";