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:
Martin Renvoize 2023-10-26 12:22:12 +01:00 committed by Tomas Cohen Arazi
parent f5eed5f2e3
commit f1bb412c77
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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 },
}
);