View | Details | Raw Unified | Return to bug 35574
Collapse All | Expand All

(-)a/bookings/list.pl (-2 / +1 lines)
Lines 30-36 my ( $template, $borrowernumber, $cookie, $flags ) = get_template_and_user( Link Here
30
        template_name => "bookings/list.tt",
30
        template_name => "bookings/list.tt",
31
        query         => $input,
31
        query         => $input,
32
        type          => "intranet",
32
        type          => "intranet",
33
        flagsrequired => { circulate => 1 },
33
        flagsrequired => { circulate => 'manage_bookings' },
34
    }
34
    }
35
);
35
);
36
36
37
- 

Return to bug 35574