Correcting a small case-sensitive bug.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Chris Nighswonger 2008-03-28 10:31:20 -04:00 committed by Joshua Ferraro
parent 1acc90eb84
commit b179819d08

View file

@ -150,7 +150,7 @@ my %tabsysprefs;
$tabsysprefs{IntranetmainUserblock}="StaffClient";
# Patrons
$tabsysprefs{automembernum}="Patrons";
$tabsysprefs{autoMemberNum}="Patrons";
$tabsysprefs{checkdigit}="Patrons";
$tabsysprefs{intranetreadinghistory}="Patrons";
$tabsysprefs{NotifyBorrowerDeparture}="Patrons";