Merge branch 'bug_7018' into 3.12-master
This commit is contained in:
commit
7db1cc4235
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
|
|||
query => $input,
|
||||
type => "intranet",
|
||||
authnotrequired => 0,
|
||||
flagsrequired => { acquisition => 'group_manage', acquisition => 'order_manage', acquisition => 'order_receive' },
|
||||
flagsrequired => { acquisition => '*' },
|
||||
debug => 1,
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue