From f1bb412c775204879e7b34fa178c524fc4c0d3be Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 26 Oct 2023 12:22:12 +0100 Subject: [PATCH] Bug 29002: Fix permission required to access bookings list Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- bookings/list.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookings/list.pl b/bookings/list.pl index 35979fdb33..66fbd0f452 100755 --- a/bookings/list.pl +++ b/bookings/list.pl @@ -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 }, } ); -- 2.39.2