@@ -, +, @@ --- acqui/ordered.pl | 2 +- acqui/spent.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/acqui/ordered.pl +++ a/acqui/ordered.pl @@ -46,7 +46,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => { acquisition => 1 }, + flagsrequired => { acquisition => '*' }, debug => 1, } ); --- a/acqui/spent.pl +++ a/acqui/spent.pl @@ -48,7 +48,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => { acquisition => 1 }, + flagsrequired => { acquisition => '*' }, debug => 1, } ); --