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

(-)a/reports/catalogue_out.pl (-2 / +1 lines)
Lines 47-53 my ($template, $borrowernumber, $cookie) = get_template_and_user({ Link Here
47
    query => $input,
47
    query => $input,
48
    type => "intranet",
48
    type => "intranet",
49
    authnotrequired => 0,
49
    authnotrequired => 0,
50
    flagsrequired => {reports => '*'},
50
    flagsrequired => {reports => 'execute_reports'},
51
    debug => 1,
51
    debug => 1,
52
});
52
});
53
53
54
- 

Return to bug 10718