(bug #4853) change rights needed to renew loans

Use "circulate" right, instead of "borrower".

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Nahuel ANGELINETTI 2010-06-07 11:09:19 +02:00 committed by Galen Charlton
parent 34936223f3
commit 5f0f488596

View file

@ -38,8 +38,8 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
query => $input,
type => "intranet",
authnotrequired => 0,
flagsrequired => { borrowers => 1 },
debug => 1,
flagsrequired => { circulate => 1 },
debug => 0,
}
);