X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fordered.pl;h=ad6883a3ac577f8de99bcdc44e697c2313c53297;hb=befebb8a5c7757cddd0fbb0c639ca8f909d931c9;hp=92f44a0dac73da3a4f9249b0bbc2bb4992d33796;hpb=7650a34754d5265a749c070228ad04b397d3cf3a;p=koha_gimpoz diff --git a/acqui/ordered.pl b/acqui/ordered.pl index 92f44a0dac..ad6883a3ac 100755 --- a/acqui/ordered.pl +++ b/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, } );