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

(-)a/patroncards/add_user_search.pl (-2 / +1 lines)
Lines 35-41 my ( $template, $loggedinuser, $cookie, $staff_flags ) = get_template_and_user( Link Here
35
        query           => $input,
35
        query           => $input,
36
        type            => "intranet",
36
        type            => "intranet",
37
        authnotrequired => 0,
37
        authnotrequired => 0,
38
        flagsrequired => { serials => 'routing' },
38
        flagsrequired   => { catalogue => 1 },
39
    }
39
    }
40
);
40
);
41
41
42
- 

Return to bug 16459