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

(-)a/opac/sco/help.pl (-2 lines)
Lines 39-45 my ( $template, $borrowernumber, $cookie ) = get_template_and_user( Link Here
39
        query           => $query,
39
        query           => $query,
40
        type            => "opac",
40
        type            => "opac",
41
        authnotrequired => 1,
41
        authnotrequired => 1,
42
        flagsrequired   => { self_check => "self_checkout_module" },
43
    }
42
    }
44
);
43
);
45
44
46
- 

Return to bug 29966