From 5a57fb9a10ad1881386de13925553842f2b2371f Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 28 Apr 2009 22:50:38 +0200 Subject: [PATCH] lateorders, deal with granular perms --- acqui/lateorders.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/lateorders.pl b/acqui/lateorders.pl index 222b233634..e948d2fafa 100755 --- a/acqui/lateorders.pl +++ b/acqui/lateorders.pl @@ -60,7 +60,7 @@ my ($template, $loggedinuser, $cookie) = get_template_and_user({ query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => {acquisition => 1}, + flagsrequired => {acquisition => 'order_receive'}, debug => 1, }); -- 2.11.0