X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fordered.pl;h=cdf2cd75c300ecaad1ea4fffd0e70e74f51ea94c;hb=d7a55f58901d7cfd98b846213654df0d7544695b;hp=92f44a0dac73da3a4f9249b0bbc2bb4992d33796;hpb=1ffbd262b3479d46cb9afc91b26fdb4ff9c04a42;p=koha_fer 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, } );