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

(-)a/circ/checkout-notes.pl (-2 / +1 lines)
Lines 33-39 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
33
        query           => $query,
33
        query           => $query,
34
        type            => "intranet",
34
        type            => "intranet",
35
        authnotrequired => 0,
35
        authnotrequired => 0,
36
        flagsrequired   => { circulation => "manage_checkout_notes" },
36
        flagsrequired   => { circulate => "manage_checkout_notes" },
37
    }
37
    }
38
);
38
);
39
39
40
- 

Return to bug 22617