(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:
parent
34936223f3
commit
5f0f488596
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue