Bug 6641 -- Specially crafted URL can allow unauthorized download of MARC files from...
[koha.git] / acqui / parcels.pl
index 1e8d44e..915b1e8 100755 (executable)
@@ -91,7 +91,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         query           => $input,
         type            => 'intranet',
         authnotrequired => 0,
-        flagsrequired   => { acquisition => 1 },
+        flagsrequired   => { acquisition => 'order_receive' },
         debug           => 1,
     }
 );