Correcting a small case-sensitive bug.
authorChris Nighswonger <cnighswonger@foundations.edu>
Fri, 28 Mar 2008 14:31:20 +0000 (10:31 -0400)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 1 Apr 2008 11:45:47 +0000 (06:45 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
admin/systempreferences.pl

index b60d58b..6a1ed4d 100755 (executable)
@@ -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";