X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=acqui%2Fordered.pl;h=cdf2cd75c300ecaad1ea4fffd0e70e74f51ea94c;hb=08382876306cfda839637c5f72a107b304458a8e;hp=92f44a0dac73da3a4f9249b0bbc2bb4992d33796;hpb=324615e396be7fadc8ba3cfa1a9f6025e900df3a;p=koha.git diff --git a/acqui/ordered.pl b/acqui/ordered.pl index 92f44a0dac..cdf2cd75c3 100755 --- a/acqui/ordered.pl +++ b/acqui/ordered.pl @@ -33,7 +33,6 @@ use warnings; use CGI; use C4::Auth; use C4::Output; -use C4::Dates; my $dbh = C4::Context->dbh; my $input = new CGI; @@ -46,7 +45,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => { acquisition => 1 }, + flagsrequired => { acquisition => '*' }, debug => 1, } );