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

(-)a/acqui/histsearch.pl (-2 / +1 lines)
Lines 77-83 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
77
        query           => $input,
77
        query           => $input,
78
        type            => "intranet",
78
        type            => "intranet",
79
        authnotrequired => 0,
79
        authnotrequired => 0,
80
        flagsrequired   => { acquisition => 1 },
80
        flagsrequired   => { acquisition => 'group_manage', acquisition => 'order_manage', acquisition => 'order_receive' },
81
        debug           => 1,
81
        debug           => 1,
82
    }
82
    }
83
);
83
);
84
- 

Return to bug 7018