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

(-)a/acqui/histsearch.pl (-2 / +1 lines)
Lines 83-89 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
83
        query           => $input,
83
        query           => $input,
84
        type            => "intranet",
84
        type            => "intranet",
85
        authnotrequired => 0,
85
        authnotrequired => 0,
86
        flagsrequired   => { acquisition => 'group_manage', acquisition => 'order_manage', acquisition => 'order_receive' },
86
        flagsrequired   => { acquisition => '*' },
87
        debug           => 1,
87
        debug           => 1,
88
    }
88
    }
89
);
89
);
90
- 

Return to bug 7018