Bug 5549 : Sip scripts should handle dt due dates
[koha.git] / acqui / ordered.pl
index 92f44a0..ad6883a 100755 (executable)
@@ -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,
     }
 );