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

(-)a/serials/routing-preview-slip.pl (-2 / +1 lines)
Lines 46-52 my ($template, $loggedinuser, $cookie, $flags) = get_template_and_user( { Link Here
46
    query           => $input,
46
    query           => $input,
47
    type            => 'intranet',
47
    type            => 'intranet',
48
    authnotrequired => 0,
48
    authnotrequired => 0,
49
    flagsrequired   => { 'serials' => 'routing' },
49
    flagsrequired   => { 'serials' => '*' },
50
    debug           => 1,
50
    debug           => 1,
51
} );
51
} );
52
52
53
- 

Return to bug 7957