From a246f60d68a86f0d760a0d755843d15b09d4ed65 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 5 Oct 2020 16:47:00 +0100 Subject: [PATCH] Bug 23376: (QA follow-up) Remove authnotrequired The rebased patchset subsequnetly re-introduced the now deprecated use of authnotrequired on staff client controllers. Signed-off-by: Martin Renvoize --- acqui/orderreceive.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl index c78e171a70..7fa239aac9 100755 --- a/acqui/orderreceive.pl +++ b/acqui/orderreceive.pl @@ -96,7 +96,6 @@ my ( $template, $loggedinuser, $cookie, $userflags ) = get_template_and_user( template_name => "acqui/orderreceive.tt", query => $input, type => "intranet", - authnotrequired => 0, flagsrequired => {acquisition => 'order_receive'}, debug => 1, } -- 2.20.1