Correcting a small case-sensitive bug.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
1acc90eb84
commit
b179819d08
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue