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