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

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

Return to bug 30207