Bug 29002: Fix permission required to access bookings list
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
f5eed5f2e3
commit
f1bb412c77
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ my ( $template, $borrowernumber, $cookie, $flags ) = get_template_and_user(
|
|||
template_name => "bookings/list.tt",
|
||||
query => $input,
|
||||
type => "intranet",
|
||||
flagsrequired => { circulation => 1 },
|
||||
flagsrequired => { circulate => 1 },
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue