fix C$ instead of C4
This commit is contained in:
parent
f9770ca29c
commit
43bbd43208
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use HTML::Template;
|
|||
use C4::Date;
|
||||
use C4::Context;
|
||||
|
||||
my $MAXIMUM_NUMBER_OF_RESERVES = C$::Context->preference("maxreserves");
|
||||
my $MAXIMUM_NUMBER_OF_RESERVES = C4::Context->preference("maxreserves");
|
||||
|
||||
my $query = new CGI;
|
||||
my ($template, $borrowernumber, $cookie)
|
||||
|
|
Loading…
Reference in a new issue