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

(-)a/reserve/modrequest.pl (-2 / +1 lines)
Lines 38-44 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
38
        template_name   => "about.tt",
38
        template_name   => "about.tt",
39
        query           => $query,
39
        query           => $query,
40
        type            => "intranet",
40
        type            => "intranet",
41
        flagsrequired   => { reserveforothers => 1 },
41
        flagsrequired   => { reserveforothers => [ 'place_holds', 'modify_holds_priority' ] },
42
    }
42
    }
43
);
43
);
44
44
45
- 

Return to bug 30207